dande-sun / select2

This is a fork from select2, just extend a function, the `select all`.

Home Page:https://select2.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/]

4.1.0-rc.0-0.6

  • Change tag, delete string selectall

4.1.0-rc.0-selectall-0.5

  • Fix not working when multiple select have a same ID.

4.1.0-rc.0-selectall-0.3

  • Add select all for multiple select

Documentation of the select

  • 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 is Select all by default, that is the checkbox will be show what.

About

This is a fork from select2, just extend a function, the `select all`.

https://select2.org/

License:MIT License


Languages

Language:JavaScript 83.2%Language:SCSS 8.5%Language:HTML 8.3%