%= field_wrapper(**field_wrapper_args, full_width: true) do %>
<%= @form.text_area @field.id,
value: @field.value,
class: classes("w-full js-has-easy-mde-editor"),
data: {
view: view,
'easy-mde-target': 'element',
'component-options': @field.options.to_json,
},
disabled: disabled?,
placeholder: @field.placeholder,
autofocus: @autofocus,
style: @field.get_html(:style, view: view, element: :input)
%>
<% end %>