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 passing disabled to Combobox, the hiden inputs it renders are not disabled, and are still submitted via any parent form.
The text was updated successfully, but these errors were encountered:
VictorGlindasPaf
changed the title
Combobox disabled attribute not disabling hidden input
Combobox disabled attribute not disabling hidden inputs
Feb 16, 2024
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
1.7.18
What browser are you using?
Chrome
Reproduction URL
https://codesandbox.io/p/devbox/relaxed-shtern-vrkmkt?workspaceId=6a20031e-e5fd-43b6[…]ebar%2522%253Atrue%252C%2522sidebarPanelSize%2522%253A15%257D
Describe your issue
When passing
disabled
toCombobox
, the hiden inputs it renders are not disabled, and are still submitted via any parent form.The text was updated successfully, but these errors were encountered: