fix: README.md

credits to @klutchdev
This commit is contained in:
Gökay Gürcan 2020-09-09 10:33:44 +02:00 committed by GitHub
parent d1af2d1e7e
commit 6dea981fec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -719,7 +719,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection
### Select
* [selectize.js](https://github.com/selectize/selectize.js) - Selectize is the hybrid of a textbox and <select> box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
* [selectize.js](https://github.com/selectize/selectize.js) - Selectize is the hybrid of a textbox and `<select>` box. It's jQuery based and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
* [select2](https://github.com/select2/select2) - a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
* [chosen](https://github.com/harvesthq/chosen) - A library for making long, unwieldy select boxes more friendly.