Sha256: c7afad265e3e429bd662b8967a74c59192bd07609a53f2fac4e43e3b9c213d67

Contents?: true

Size: 536 Bytes

Versions: 56

Compression:

Stored size: 536 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

56 entries across 56 versions & 1 rubygems

Version Path
avo-3.16.1 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.16.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.15.7 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.15.6 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.15.5 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.15.4 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.15.3 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.15.2 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.15.1 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.15.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.14.5 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.14.4 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.14.3 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.14.2 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.14.1 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.14.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.13.7 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.13.6 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.13.5 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.13.4 app/components/avo/fields/markdown_field/edit_component.html.erb