Custom Comboxbox type-definition #1786
Unanswered
mmdHasan-yazdanPanah
asked this question in
Help
Replies: 0 comments
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.
-
What package within Headless UI are you using?
@headlessui/react
What version of that package are you using?
v0.0.0-insiders.486ac80
Reproduction URL
https://codesandbox.io/s/cusom-combobox-type-0g2fxf?file=/src/MyCombobox.tsx
Describe your issue
I want to create a custom reusable styled-with-tailwind-CSS
Combobox
, but there is a type error if I wantMyCombobox
to be able to have bothmultiple: true
andmultiple?: false
prop types.Beta Was this translation helpful? Give feedback.
All reactions