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
When using a UDropdown component inside an HTML form element, any disabled dropdown item (disabled: true) unexpectedly triggers a form submission. This behavior occurs only when the dropdown item is disabled.
Steps to Reproduce
Add a UDropdown component inside an HTML form tag.
Define dropdown items with one or more having disabled: true.
Click on a disabled dropdown item.
Observe that the form is submitted, even though the item is disabled.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered:
Environment
Version
2.19.1
Reproduction
https://stackblitz.com/edit/nuxt-ui-5smvyb?file=app.vue
Description
When using a UDropdown component inside an HTML form element, any disabled dropdown item (disabled: true) unexpectedly triggers a form submission. This behavior occurs only when the dropdown item is disabled.
Steps to Reproduce
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: