Skip to content

Commit 2e8359a

Browse files
author
Jen Lampton
committed
Issue harvesthq#3133: Use placeholder attribute for placeholder text.
1 parent 91041bc commit 2e8359a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coffee/lib/abstract-chosen.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ class AbstractChosen
347347
"""
348348
<ul class="chosen-choices">
349349
<li class="search-field">
350-
<input class="chosen-search-input" type="text" autocomplete="off" value="#{@default_text}" />
350+
<input class="chosen-search-input" type="text" autocomplete="off" placeholder="#{@default_text}" />
351351
</li>
352352
</ul>
353353
<div class="chosen-drop">

0 commit comments

Comments
 (0)