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
Originally posted by JshGrn January 9, 2024
If I add 'disabled' to the MenuItem then it adds the aria-disabled prop, however I want to mark the within the as disabled, outputting "disabled" inline, however this doesnt work. It looks like its removed or set by default to false?
Have read the closed issues and can't see anyone reporting the same issue.
Hey — I've merged the fix for this in #2929 and it'll be in the next patch release of @headlessui/vue. In the meantime you can use it via our insiders build which should be ready in a few minutes:
I believe this is actually a bug so I am transitioning it to a issue unless I have missed something in the docs.
Discussed in #2920
Originally posted by JshGrn January 9, 2024
If I add 'disabled' to the MenuItem then it adds the aria-disabled prop, however I want to mark the within the as disabled, outputting "disabled" inline, however this doesnt work. It looks like its removed or set by default to false?
Have read the closed issues and can't see anyone reporting the same issue.
A very simplified markup:
I am expecting
<button disabled>disabled button</button>
The text was updated successfully, but these errors were encountered: