-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
duplicateThis issue or pull request already exists.This issue or pull request already exists.scope: selectChanges related to the select.Changes related to the select.
Description
How to add a clear button to the Select component?
- The issue is present in the latest release.
- I have searched the issues of this repository and believe that this is not a duplicate.
Example code
const options = [{name: 'a', value: '1'}, {name: 'b', value: '2'}]
<Select> {options.map((option, index) => <ListItem value={option.value} key={index} > <ListItemText primary={option.name} /> </ListItem> )} </Select>
WilliamZimmermann, rolivegab, nameer, e-monson, gabaoalb and 13 more
Metadata
Metadata
Assignees
Labels
duplicateThis issue or pull request already exists.This issue or pull request already exists.scope: selectChanges related to the select.Changes related to the select.