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
Explicitly check for undefined in React Material Select
In MuiSelect the value was set to the empty string when the incoming data
was falsy. This lead to problems when for example the number zero is
an expected value.
We now only check for `undefined` and hand over all other values.
Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com>
0 commit comments