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.0.2 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.0.1 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-1.0.0 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta15 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta14 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta13 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta12 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta11 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta10 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta9 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta8 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta7 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta6 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta5 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta4 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta3 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta2 app/components/avo/edit/fields/markdown_field_component.html.erb
avo-0.5.0.beta1 app/components/avo/edit/fields/markdown_field_component.html.erb