Sha256: ef9903d8cfa3a1a04c008cc71d7b55f2dbfff7ee82cd86241fb0bc89ec9fd063

Contents?: true

Size: 537 Bytes

Versions: 23

Compression:

Stored size: 537 Bytes

Contents

<%= field_wrapper(**field_wrapper_args, full_width: true) do %>
  <div data-controller="easy-mde">
    <%= @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)
    %>
  </div>
<% end %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
avo-3.17.9.tw4 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.9 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.8.tw4 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.8 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.7 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.6.tw4 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.6 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.5 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.4 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.3 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.5.tw4 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.4.tw4 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.3.tw4 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.2.tw4 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.2 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.1.tw4 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.1 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.17.0 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.16.6 app/components/avo/fields/easy_mde_field/edit_component.html.erb
avo-3.16.5 app/components/avo/fields/easy_mde_field/edit_component.html.erb