Sha256: dda9dc936058db2a8150e216ffa0d1dc8d1f55dd7da82f42f86bdcdf44edfb48

Contents?: true

Size: 507 Bytes

Versions: 97

Compression:

Stored size: 507 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,
      style: @field.get_html(:style, view: view, element: :input)
    %>
  </div>
<% end %>

Version data entries

97 entries across 97 versions & 1 rubygems

Version Path
avo-2.53.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.52.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.49.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.6.1 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.6.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.8 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.7 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.6 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.6.beta1 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.5 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.4 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.3 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.2 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.1 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.5.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.4.4 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.4.3 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.4.2 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.48.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-3.4.1 app/components/avo/fields/markdown_field/edit_component.html.erb