Skip to content

Commit

Permalink
width option is required since Chosen 0.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tsechingho committed Jun 13, 2013
1 parent c744786 commit e55f4f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ Add to one coffee script file, like `scaffold.js.coffee`
$('.chzn-select').chosen
allow_single_deselect: true
no_results_text: 'No results matched'
width: '200px'

Notice: `width` option is required since `Chosen 0.9.15`.

And this file must be included in `application.js`

Expand Down

0 comments on commit e55f4f8

Please sign in to comment.