Replies: 2 comments
-
Hey! Can you create a proper reproduction we can look at and play with? Much higher changes of us finding the time to help if we don't have to take the time to create a project from scratch and set everything up ourselves 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using sample code to add a Menu Button with Menu Items appearing in a dropdown when clicking it (cf image)

This is the sample code I'm using:
I don't understand why, but all the items appear as disabled.
When inspecting the code generated, I see that tags are generated with a
disabled="false"
attribute. I'm wondering if there isn't an issue with the component itself considering the "false" value as a string and not a boolean (hence the "true" value).Would appreciate some help - thanks!
Beta Was this translation helpful? Give feedback.
All reactions