Export ComboboxProps<TValue, boolean | undefined, boolean | undefined, TTag> in _internal_ComponentCombobox #2821
alanPaivaaspOctos
started this conversation in
Ideas
Replies: 1 comment
-
@RobinMalfait ☝🏿 any clue if we could do above? |
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.
-
I'm creating a functional component that needs to be flexible for both multiple and single selection within combobox... Looking arond the lib I found this interface definition.
As I could understood (please correct me if I'm wrong) this is the interface related to the component params itself.
If we add into _internal_ComponentCombobox the following will you guys have any trouble?
Resulting in:
Will this make it possible to have multiple both
true | false
as value?I will fork the project here to see what I get
Beta Was this translation helpful? Give feedback.
All reactions