Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
Update README text with some tips about new edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
andergmartins committed Aug 2, 2012
1 parent 6f1e622 commit 593e71e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Expand Up @@ -5,9 +5,17 @@ Chosen is a library for making long, unwieldy select boxes more user friendly.
- jQuery support: 1.4+
- Prototype support: 1.7+

For documentation, usage, and examples, see:
For documentation, usage, and examples, see:
http://harvesthq.github.com/chosen

### Adding a new option on the fly

You can configure it to accept new values on the fly, just typing into the search field.
There is 2 ways to do that:

- Add a class "chzn-custom-value" to the original select field
- Add an option "allow_custom_value = true" to the constructor

### Contributing to Chosen

Contributions and pull requests are very welcome. Please follow these guidelines when submitting new code.
Expand All @@ -33,7 +41,7 @@ Once you're configured, building the JavasScript from the command line is easy:

cake build # build Chosen from source
cake watch # watch coffee/ for changes and build Chosen

If you're interested, you can find the recipes in Cakefile.


Expand All @@ -42,6 +50,7 @@ If you're interested, you can find the recipes in Cakefile.
- Built by [Harvest](http://www.getharvest.com/). Want to work on projects like this? [We’re hiring](http://www.getharvest.com/careers)!
- Concept and development by [Patrick Filler](http://www.patrickfiller.com/)
- Design and CSS by [Matthew Lettini](http://matthewlettini.com/)
- Add new value just typing by [Anderson Grüdtner Martins](http://about.me/andersonmartins)

### Notable Forks

Expand Down

0 comments on commit 593e71e

Please sign in to comment.