In the documentation it is mentioned that
All other props like onXX handler set to Tab will be passed to rendered element except onClick You can use any onXX for Supported events for tab element.
I wanted a way to override onDrag to make the tabs undraggable and noticed that I was getting no response to that event. Is it supported? Is there another way you'd suggest to disable dragging?
In the documentation it is mentioned that
I wanted a way to override
onDragto make the tabs undraggable and noticed that I was getting no response to that event. Is it supported? Is there another way you'd suggest to disable dragging?