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
When using an option tag with value undefined, it is not captured in the onChange handler of <Select>.
Instead, the actual content of the option tag is passed to the <Select>.
When using an actual truthy value as option value, it is passed on correctly.
In the example code, using a fallback value of undefined is necessary though, since undefined will be used as a query param and only ignored as actual undefined.
The text was updated successfully, but these errors were encountered:
windmill-react-ui
version: 0.5.0Relevant code or config:
What you did:
When using an
option
tag with valueundefined
, it is not captured in theonChange
handler of<Select>
.Instead, the actual content of the
option
tag is passed to the<Select>
.When using an actual truthy value as
option
value, it is passed on correctly.In the example code, using a fallback value of
undefined
is necessary though, sinceundefined
will be used as a query param and only ignored as actualundefined
.The text was updated successfully, but these errors were encountered: