app/components/avo/fields/number_field/edit_component.html.erb in avo-2.31.0 vs app/components/avo/fields/number_field/edit_component.html.erb in avo-2.32.0
- old
+ new
@@ -5,8 +5,9 @@
disabled: disabled?,
max: @field.max,
min: @field.min,
placeholder: @field.placeholder,
step: @field.step,
- style: @field.get_html(:style, view: view, element: :input)
+ style: @field.get_html(:style, view: view, element: :input),
+ autocomplete: @field.autocomplete
%>
<% end %>