Missing 'L'

gh-pages
Patrick Filler 2011-08-05 15:16:18 -04:00
parent 39a5ef7ec6
commit 4262412d01
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@
<h2>Default Text Support</h2>
<div class="side-by-side clearfix">
<p>Chosen automatically sets the default field text ("Choose a country...") by reading the select element's data-placeholder value. If no data-placeholder value is present, it will default to "Select Some Option" or "Select Some Options" depending on whether the select is single or multiple. You can change these elements in the plugin js file as you see fit.</p>
<code>&lt;select data-placehoder="Choose a country..." style="width:350px;" multiple class="chzn-select""&gt;</code>
<code>&lt;select data-placeholder="Choose a country..." style="width:350px;" multiple class="chzn-select""&gt;</code>
<p style="margin-top: 1em;"><strong>Note:</strong> on single selects, the first element is assumed to be selected by the browser. To take advantage of the default text support, you will need to include a blank option as the first element of your select list.</p>
</div>