app/components/avo/fields/text_field/edit_component.html.erb in avo-2.16.1.pre.1.nativefields vs app/components/avo/fields/text_field/edit_component.html.erb in avo-2.17.0

- old
+ new

@@ -2,8 +2,10 @@ <%= form.text_field @field.id, class: classes("w-full"), data: @field.get_html(:data, view: view, element: :input), disabled: @field.is_readonly?, placeholder: @field.placeholder, - style: @field.get_html(:style, view: view, element: :input) + style: @field.get_html(:style, view: view, element: :input), + # value: @field.value, + multiple: multiple %> <% end %>