Replies: 1 comment
-
Any workaround before the package support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there and thank you so much for the great job you're doing at Tailwind Labs, you guys are great !
I'm working on a select menu in a Vue 3 app using
Listbox
as my base component. My select menu needs to acceptnull
as a possible value. Technically it works at runtime with no problem but Volar is not happy about the type declarations of Listbox.The current type declarations are:
Do you see any problem with adding
null
as a possible type ?I'm willing to work on a PR for this if needed although I'm not sure how that would go for the React package since I don't know anything about React.
Beta Was this translation helpful? Give feedback.
All reactions