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
Describe the bug
After selecting an option, the dropdown only contains the selected option
(Storage functionality will only be implemented with #503, I assume that therefore on focus leave the value is reset to initial value)
To Reproduce
Steps to reproduce the behavior:
Action
Result
Screenshot
1. Open "Interface Language" dropdown
All available
2. Select "Spanish"
Only selected option available
3. Mark all. Type "en"
Only matching options are available
So the narrowing down of the drop down is probably to enable searching, but we don't need this, as jumping to entries also works without the typed characters appearing and filtering the list (see https://mui.com/material-ui/react-select/)
Expected behavior
Don't enable typing into the dropdowns, instead always show all selected options
Also the ability to clear text should not be available here
The text was updated successfully, but these errors were encountered:
Describe the bug
After selecting an option, the dropdown only contains the selected option
(Storage functionality will only be implemented with #503, I assume that therefore on focus leave the value is reset to initial value)
To Reproduce
Steps to reproduce the behavior:
So the narrowing down of the drop down is probably to enable searching, but we don't need this, as jumping to entries also works without the typed characters appearing and filtering the list (see https://mui.com/material-ui/react-select/)
Expected behavior
Don't enable typing into the dropdowns, instead always show all selected options
Also the ability to clear text should not be available here
The text was updated successfully, but these errors were encountered: