You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also needed this, seems like the library has some default behavior for the dropdown items and there is no way to overwrite it. Yet I was able to achieve something in a counterintuitive way, by wrapping the items in a Pressable, like so:
Not sure I fully understand why it works, as you can notice, the disable/enable logic is reversed, my theory is that the Pressable captures all the press events, this way preventing the default behavior of the item press.
Hello,
The plugin is great. I need to make a parent category menu item disabled.
Is there a way to do that ?
Thanks
The text was updated successfully, but these errors were encountered: