1
0
mirror of synced 2024-11-22 13:06:08 +03:00

Merge pull request #1384 from XP1/patch-2

Update README.md: Use consistent verb tenses.
This commit is contained in:
Igor Vaynberg 2013-06-05 08:11:02 -07:00
commit d60fe099b4

View File

@ -8,10 +8,10 @@ To get started checkout examples and documentation at http://ivaynberg.github.co
Use cases Use cases
--------- ---------
* Enhances native selects with search * Enhancing native selects with search
* Enhances native selects with a better multi-select interface * Enhancing native selects with a better multi-select interface
* Loading data from javascript: easily load items via ajax and have them searchable * Loading data from javascript: easily load items via ajax and have them searchable
* Nested optgroups: native selects only support one level of nested, Select2 does not have this restriction * Nesting optgroups: native selects only support one level of nested, Select2 does not have this restriction
* Tagging: ability to add new items on the fly * Tagging: ability to add new items on the fly
* Working with large remote datesets: ability to partially load a dataset based on the search term * Working with large remote datesets: ability to partially load a dataset based on the search term
* Paging of large datasets: easy support for loading more pages when the results are scrolled to the end * Paging of large datasets: easy support for loading more pages when the results are scrolled to the end