Sha256: 0e9655808e75f15d5498c66226f085a1db8b7c473660e404c8cc0c00910d79d9

Contents?: true

Size: 486 Bytes

Versions: 53

Compression:

Stored size: 486 Bytes

Contents

<%= field_wrapper **field_wrapper_args, full_width: true do %>
  <div data-controller="simple-mde">
    <%= @form.text_area @field.id,
      class: classes("w-full js-has-simple-mde-editor"),
      data: {
        view: view,
        'simple-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

53 entries across 53 versions & 1 rubygems

Version Path
avo-2.26.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.25.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.24.1 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.24.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.23.3.pre.1.pr1529 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.23.2 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.23.1 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.23.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.22.0 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.21.3.pre.pr1489 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.21.2.pre.pr1486 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.21.1.pre.pr1484 app/components/avo/fields/markdown_field/edit_component.html.erb
avo-2.21.0 app/components/avo/fields/markdown_field/edit_component.html.erb