-
Notifications
You must be signed in to change notification settings - Fork 935
fix(Select): support more primitive types in value field
#4105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Select): support more primitive types in value field
#4105
Conversation
commit: |
|
Indeed interesting, as upstream they have typed to accept only I think the addition of new types should be done upstream and not here. Tho the typing for |
|
Interestingly, it doesn't produce any type errors... They explicitly removed |
It doesn't create any error because For the other types indeed, should be implemented upstream (hoping there aren't any issue with those, tho |
4de25d6 to
54281c2
Compare
|
@sandros94 Shouldn't we juste remove the |
no because we currently have ui/src/runtime/components/Select.vue Line 153 in 46c2987
We could remove both to make |
value fieldvalue field
54281c2 to
4685f6e
Compare
|
Do I have to do something more or this can get merged? |
value fieldvalue field
π Linked issue
β Type of change
π Description
We were trying to create
USelectforbooltype and it haven't worked. I allowed all other primitive types that are intented to be used here (no array, objects etc).π Checklist