Added 'name' and 'requied' to searchabeSelect input to interact with this input via coffeescript.
This commit is contained in:
parent
d662546927
commit
8b72ce5933
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
placeholder="<%= @placeholder %>"
|
||||
value="<%= @valueName %>"
|
||||
autocomplete="new-password"
|
||||
name="select_<%= @name %>"
|
||||
<%= @required %>
|
||||
>
|
||||
<div class="searchableSelect-autocomplete">
|
||||
<span class="searchableSelect-autocomplete-invisible js-autocomplete-invisible"></span>
|
||||
|
|
Loading…
Reference in a new issue