[Select] placeholder
not working with multiple
selection
#155
Labels
bug 🐛
Something doesn't work
component: select
This is the name of the generic UI component, not the React module!
package: @mui/base (legacy)
Steps to reproduce
Link to live example: CodeSandbox
Steps:
Select
component withmultiple
prop set totrue
placeholder
that should be displayed when no items are pickedCurrent behavior
If the
Select
has themultiple
prop set totrue
, theplaceholder
will never be displayedExpected behavior
The
placeholder
should be displayed when there are no items pickedContext
Is this behavior on purpose ? Should I manage the placeholder manually with the
multiple
flag ?This seems very similar to this issue from joy-ui
Maybe the same fix can be done here ?
Your environment
npx @mui/envinfo
Search keywords: Select multiple placeholder
The text was updated successfully, but these errors were encountered: