Is there support for multi select dropdown?
See original GitHub issueHi guys I am checking to see if there is support for multi select dropdown like something i can pass to valueEditorType
prop to make it multiselect?
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Can you have multi-select on a list of options in the dropdown?
Yes, there is a multiple selection option for the drop down field as shown below. Hope this helps.
Read more >Dropdown List and Multi Select Dropdown List - Gainsight Inc.
Multi select dropdown list is used when a user wants to store multiple values for the same record, whereas dropdown list is used...
Read more >Select Multiple Items from a Drop Down List in Excel
In this tutorial, learn how to select multiple items from a drop down list in Excel. This can be achieved by using a...
Read more >Setting up Multi-Select Dropdown for Incident, Service Catalog ...
With multi-select dropdown, users can select multiple options for a particular field from the dropdown in incident and service item forms in ...
Read more >Multi-select Dropdown List with Checkbox using jQuery
Multiselect dropdown is very useful to allow the user to select multiple options in a selectbox. Multiple selections of the dropdown list ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Is it possible to use react-select for fields and operators too ? @jakeboone02 Thanks
@Mohammedalasaad sure, just switch the
ValueEditor
based on the fieldname
or some other identifiable property. Something like this: