[Select][joy] value
is missing in onChange event
#37128
Labels
component: select
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
enhancement
This is not a bug, nor a new feature
package: base-ui
Specific to @mui/base
package: joy-ui
Specific to @mui/joy
To have the same experience as the native select and Material UI's select:
Temporary solution
We could do something similar to Material UI's Select by applying the
value
to theevent.taget
:Ideal solution
This should be implemented in Base UI
The text was updated successfully, but these errors were encountered: