-
-
Notifications
You must be signed in to change notification settings - Fork 380
Closed
Labels
component: selectChanges related to the select component.Changes related to the select component.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
Steps to reproduce
Link to live example: https://mui.com/base-ui/react-select/#introduction
Steps:
- Add
value=""to the<Select>component
Current behavior
- The Select menu can't be closed by clicking away if its
valueprop doesn't match any option's value - Selecting an option can close the menu though
Expected behavior
- The Select menu can be closed by clicking away even if its
valueprop doesn't match any option's value
Context
No response
Your environment
Details
"@mui/base": "5.0.0-beta.36"Search keywords: Select
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: selectChanges related to the select component.Changes related to the select component.type: bugIt doesn't behave as expected.It doesn't behave as expected.
