Sha256: 15e01eb1f32cb199308cf5de1a0da2e7dc0d891491636ed64ff8e968ff28adb8

Contents?: true

Size: 512 Bytes

Versions: 38

Compression:

Stored size: 512 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal, full_width: true do %>
  <div data-controller="simple-mde">
    <%= @form.text_area @field.id,
      class: helpers.input_classes('w-full js-has-simple-mde-editor', has_error: @field.model_errors.include?(@field.id)),
      placeholder: @field.placeholder,
      disabled: @field.readonly,
      'data-simple-mde-target': 'element',
      'data-view': :edit
    %>
  </div>
<% end %>

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
avo-1.3.0 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.11.pre.4 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.11.pre.3 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.11.pre.2 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.11.pre.1 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.10 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.9 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.8 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.7 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.6 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.6.pre.1 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.5 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.4 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.3 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.3.0.pre.1 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.2.2 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.1.0 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.1.0.pre.1 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.0.5 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.0.4 app/components/avo/edit/fields/markdown_field_component.html.erb