app/components/avo/fields/number_field/edit_component.html.erb in avo-3.0.0.pre8 vs app/components/avo/fields/number_field/edit_component.html.erb in avo-3.0.0.pre9

- 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 %>