glocore

Results 32 comments of glocore

For me, this was happening because I was programmatically toggling the `open` prop, and due to an implementation detail, `open` would toggle to false before `onSelect`. I gave a 100...

> You can use css to remove the pointer events when the object is disabled, im using tailwindcss but you can do it with vanilla as well > > ``...