From 4262412d018a81a7b4db6cdaae52db82c13f64a0 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Fri, 5 Aug 2011 15:16:18 -0400 Subject: [PATCH] Missing 'L' --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f1061f0..9576e48 100644 --- a/index.html +++ b/index.html @@ -1192,7 +1192,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.