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
If I have a select like this:
`
One
Two
`
the button element on the page is updated with the value, not the label.
This is not normal, in standard the user chooses a label, not a value.
For the user is not relevant to see the value, but the label.
If I have a select like this:
` One Two ` the button element on the page is updated with the value, not the label. This is not normal, in standard the user chooses a label, not a value. For the user is not relevant to see the value, but the label.