Sha256: 076981b6eba84fe80afacbae7b79343b8263072a9098edfca5319a54a9fd7319

Contents?: true

Size: 462 Bytes

Versions: 7

Compression:

Stored size: 462 Bytes

Contents

<%= show_field_wrapper field: @field, index: @index, full_width: true do %>
  <div data-controller="simple-mde" class="py-6">
    <%= text_area_tag @field.id, @field.value,
      class: helpers.input_classes('w-full js-has-simple-mde-editor'),
      placeholder: @field.placeholder,
      disabled: @field.readonly,
      'data-simple-mde-target': 'element',
      'data-component-options': @field.options.to_json,
      'data-view': :show %>
  </div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
avo-1.4.0.pre.1 app/components/avo/show/fields/markdown_field_component.html.erb
avo-1.3.5 app/components/avo/show/fields/markdown_field_component.html.erb
avo-1.3.5.pre.1 app/components/avo/show/fields/markdown_field_component.html.erb
avo-1.3.4 app/components/avo/show/fields/markdown_field_component.html.erb
avo-1.3.3 app/components/avo/show/fields/markdown_field_component.html.erb
avo-1.3.2 app/components/avo/show/fields/markdown_field_component.html.erb
avo-1.3.1 app/components/avo/show/fields/markdown_field_component.html.erb