Align value type in Select and Combobox with CollectionItem type #2041
alexpuertasr
started this conversation in
General
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.
-
Currently, the
value
type inselect.types.ts
andcombobox.types.ts
is defined asvalue: string[]
In my opinion, this should be a generic type derived from the
value
property of theCollectionItem
.For example, if you have a collection like this:
You should be able to control the component by passing
value
as a number.Beta Was this translation helpful? Give feedback.
All reactions