app/components/avo/fields/text_field/edit_component.html.erb in avo-3.0.0.beta1 vs app/components/avo/fields/text_field/edit_component.html.erb in avo-3.0.0.pre1
- old
+ new
@@ -1,12 +1,11 @@
<%= field_wrapper **field_wrapper_args do %>
<%= form.text_field @field.id,
- value: @field.value,
class: classes("w-full"),
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
+ # value: @field.value,
+ multiple: multiple
%>
<% end %>