From 12a7a11720763b55d07c0ba8825d488fe86742c8 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Fri, 5 Aug 2011 15:16:57 -0400 Subject: [PATCH] Fix Typo in example --- example.jquery.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.jquery.html b/example.jquery.html index c1e8a24..c4f2cb0 100644 --- a/example.jquery.html +++ b/example.jquery.html @@ -1205,7 +1205,7 @@

Default Text Support

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.

- <select data-placehoder="Choose a country..." style="width:350px;" multiple class="chzn-select"> + <select data-placeholder="Choose a country..." style="width:350px;" multiple class="chzn-select">

Note: 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.