app/components/avo/fields/text_field/edit_component.html.erb in avo-3.0.0.pre8 vs app/components/avo/fields/text_field/edit_component.html.erb in avo-3.0.0.pre9
- old
+ new
@@ -4,8 +4,9 @@
data: @field.get_html(:data, view: view, element: :input),
disabled: disabled?,
placeholder: @field.placeholder,
style: @field.get_html(:style, view: view, element: :input),
# value: @field.value,
- multiple: multiple
+ multiple: multiple,
+ autocomplete: @field.autocomplete
%>
<% end %>