|
@@ -18,7 +18,7 @@ $('select').select2({
|
|
|
</h3>
|
|
|
|
|
|
<p>
|
|
|
- This usually means that you do not have a blank <code><option></option></code> as the first option in your <code><select></code>.
|
|
|
+ This usually means that you do not have a blank <code><option></option></code> as the first option in your <code><select></code>.
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
@@ -71,7 +71,7 @@ $('select').select2({
|
|
|
{% endhighlight %}
|
|
|
|
|
|
<p>
|
|
|
- <strong>When multiple selections are allowed</strong>, the placeholder will be displayed using the <code>placeholder</code> attribute on the search box. You can cusotmize the display of this placholder using CSS, as explained in the following Stack Overflow answer: <a href="http://stackoverflow.com/q/2610497/359284">Change an input's HTML5 placeholder color with CSS</a>
|
|
|
+ <strong>When multiple selections are allowed</strong>, the placeholder will be displayed using the <code>placeholder</code> attribute on the search box. You can customize the display of this placeholder using CSS, as explained in the following Stack Overflow answer: <a href="http://stackoverflow.com/q/2610497/359284">Change an input's HTML5 placeholder color with CSS</a>
|
|
|
</p>
|
|
|
|
|
|
<h3>
|