alsoscotland / react-super-select

MIT License
95 stars 33 forks source link

Select all on multi select #128

Closed bezchristo closed 6 years ago

bezchristo commented 6 years ago

What would be the best approach to do a select all on the multi select?

alsoscotland commented 6 years ago

@bezchristo If you are using the ui, the control works like a html multi-select. You can shift-click the last option.

Programmatically, you can set the initial value to an array of all options in the data set

alsoscotland commented 6 years ago

@bezchristo Does that cover what you needed?