You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should simplify the usage of the formSelect component to allow the developer to use it easily. ### IMPORTANT: We don't need to remove or break any pre-existing functionality but we need to add extra properties.
Currently when you want to pass the options you need to specify the value and the label.
We should simplify the usage of the formSelect component to allow the developer to use it easily.
### IMPORTANT: We don't need to remove or break any pre-existing functionality but we need to add extra properties.
options
you need to specify the value and the label.This is perfect in case I want a different label from the value but what about if I don't have this requirement and label is the same of value?
The component need to be smart and able to manage both scenarios.
To obtain the same result currently I had to do the following:
Important: please use release/0.4 as base branch
The text was updated successfully, but these errors were encountered: