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
Using null as the value of a combobox option no longer works in v1.7.17. As soon as you hover over the combobox option with value null, you'll see an error in the console. The same code works fine in v1.7.16.
The text was updated successfully, but these errors were encountered:
What package within Headless UI are you using?
@headlessui/vue
What version of that package are you using?
v1.7.17
What browser are you using?
Firefox 122
Reproduction URL
https://codesandbox.io/p/devbox/quiet-fog-qlqjp8?file=%2Fpackage.json%3A27%2C28
Describe your issue
Using
null
as the value of a combobox option no longer works in v1.7.17. As soon as you hover over the combobox option with valuenull
, you'll see an error in the console. The same code works fine in v1.7.16.The text was updated successfully, but these errors were encountered: