app/components/avo/fields/text_field/edit_component.html.erb in avo-3.6.1 vs app/components/avo/fields/text_field/edit_component.html.erb in avo-3.6.2

- old
+ new

@@ -5,8 +5,9 @@ data: @field.get_html(:data, view: view, element: :input), disabled: disabled?, placeholder: @field.placeholder, style: @field.get_html(:style, view: view, element: :input), multiple: multiple, - autocomplete: @field.autocomplete + autocomplete: @field.autocomplete, + autofocus: @autofocus %> <% end %>