select2-selectall
v4.1.0-rc.0-0.6
Published
This is a copy from select2, just extend a function, the `select all`.
Downloads
12
Maintainers
Readme
Select2
This is a fork from [select2][https://github.com/select2/select2], just extend a function, the select all. Here is [GITHUB][https://github.com/select2/select2] Here is [documentation][https://select2.org/] To get started, check out examples and documentation at https://select2.org/
Documentation of the select all
- Add option
selectAllOption: true,
// select all button by default. This option is true by default, if it's multiple, then will display a checkbox select all, if set up false, then disable that. - Add option
selectAllText: 'Select all',
// Select all text This option isSelect all
by default, that is the checkbox will be show what.