From 428bda374762d860bad7c358bf1e63e8902b7e4b Mon Sep 17 00:00:00 2001 From: Steve Date: Sun, 30 Jun 2013 11:35:08 -0500 Subject: [PATCH] Fix typo in placeholderOption section --- select2-latest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/select2-latest.html b/select2-latest.html index 0fd2d654..2de4676d 100644 --- a/select2-latest.html +++ b/select2-latest.html @@ -1112,7 +1112,7 @@ $(document).ready(function () { placeholderOptionfunction/string

When attached to a select resolves the option that should be used as the placeholder. - Can either be a function which given the select element should return the optoin + Can either be a function which given the select element should return the option element or a string first to indicate that the first option should be used.

This option is useful when Select2's default of using the first option only if it has no value and no text is not suitable.