|
@@ -6,6 +6,7 @@
|
|
<%= @attribute.required %>
|
|
<%= @attribute.required %>
|
|
<%= @attribute.autofocus %>
|
|
<%= @attribute.autofocus %>
|
|
value="<%= @attribute.value %>"
|
|
value="<%= @attribute.value %>"
|
|
|
|
+ tabindex="-1"
|
|
>
|
|
>
|
|
<input
|
|
<input
|
|
class="searchableSelect-main form-control js-input<%= " #{ @attribute.class }" if @attribute.class %>"
|
|
class="searchableSelect-main form-control js-input<%= " #{ @attribute.class }" if @attribute.class %>"
|