Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
fork from : https://github.com/select2/select2.git

Patrizio Bekerle ad0451d2fd Fix a typo (#34) 6 lat temu
accounts 05cc3a577a first take 7 lat temu
assets 05cc3a577a first take 7 lat temu
config 553f6aa00d Add "common problems" section and address #4217 7 lat temu
data 05cc3a577a first take 7 lat temu
localhost 05cc3a577a first take 7 lat temu
pages ad0451d2fd Fix a typo (#34) 6 lat temu
plugins 05cc3a577a first take 7 lat temu
themes 61ba192a3a update Select2 version 7 lat temu
LICENSE.md da40dfbcc4 Update license for docs, and add links to footer. 7 lat temu
README.md b9ec2edede update README 7 lat temu
blueprints.yaml 05cc3a577a first take 7 lat temu
screenshot.jpg 05cc3a577a first take 7 lat temu

README.md

select2.org

https://select2.org

This is the repository for the documentation for Select2. It is built with the flat-file CMS Grav, using their RTFM skeleton.

Local installation

Step 1 - Install Grav

This application uses the Grav CMS. This repository does not contain a full Grav installation - rather, it just contains the contents of Grav's user directory, which is where all of our content, themes, and assets live. This was done as per the recommendation on Grav's blog, to make it easier to deploy changes to the live server.

To install this website on your computer, first install grav core in a project folder called select2-docs under your webserver's document root folder. Then, find the user folder inside of your project folder. Delete the contents of the user folder and clone this repository directly into the user folder.

When you're done it might look something like this:

htdocs/
└── select2-docs/
   ├── assets/
   ├── ...
   ├── user/
       ├── .git
       ├── accounts/
       ├── assets/
       ├── config/
       └── ...
   └── ...

Step 2

Grav needs your webserver to be able to write to certain directories. In OSX with XAMPP installed, this won't work by default. To deal with this:

Add default webserver user daemon to OSX's staff group (which already has the necessary permissions for writing to files/directories):

sudo dseditgroup -o edit -a daemon -t user staff

Step 3

Visit the local installation in your browser! For example, http://localhost/select2-docs.

Credits

Favicons were generated with https://realfavicongenerator.net/