Question: Any way to customize the drag handle when using addTabWithDragAndDropIndirect
Is there any way to custom-render the drag handle, when creating tabs indirectly? I can override the classnames, and the text inside (what the js api allows), but I'd like to custom render this element:

Is this possible?
No, sorry, there is no callback for rendering this element
Added new callback prop: onDragRectRender that should cover this
Awesome, thank you! Is this targeted for v0.5.18?
yes it will be in the next update
yes it will be in the next update
It's possible in latest version? For example, I need remove DragDrop.instance.addGlass(this.onCancelAdd);. And how I can add funcional of drag rect in my custom div element in tabset? On screeeshot my custom drag element and it must draggble like drag rect