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
Select Field is a great component, but it lacks a feature that would be useful for a lot of use cases. It would be great to be able to select more than one item from the dropdown list.
For example, if "multiselect" mode is enabled, dropdown could be rendered as a list of checkboxes and the dropdown value would be an array of currently selected items.
Optionally, it would be nice to show comma-separated list of currently selected items as the text of closed SelectField. (Tolerating the current width of the control and showing all values in tooltip)
The text was updated successfully, but these errors were encountered:
rstzab
changed the title
Multiselect in SelectField
Multiselect in SelectField label:Enhancement
Mar 21, 2016
rstzab
changed the title
Multiselect in SelectField label:Enhancement
Multiselect in SelectField
Mar 21, 2016
The referenced control is Select Field:
http://www.material-ui.com/#/components/select-field
Select Field is a great component, but it lacks a feature that would be useful for a lot of use cases. It would be great to be able to select more than one item from the dropdown list.
For example, if "multiselect" mode is enabled, dropdown could be rendered as a list of checkboxes and the dropdown value would be an array of currently selected items.
Optionally, it would be nice to show comma-separated list of currently selected items as the text of closed SelectField. (Tolerating the current width of the control and showing all values in tooltip)
The text was updated successfully, but these errors were encountered: