headlessui
headlessui copied to clipboard
Combobox `disabled` attribute not disabling hidden inputs
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
Describe your issue
When passing disabled
to Combobox
, the hiden inputs it renders are not disabled, and are still submitted via any parent form.