Hi,
http://haxeui.org/builder/?ed313e07
try to disable and re-enable. Then hover the mouse over the label.
Notice the mouse cursor still changes to a forbidden sign.
This is because this cursor style is never reset:
element.style.cursor = “not-allowed”;
Thanks!