Sha256: 9bd544ddf0c46906afb8fd0341068b8cfdc3be92f042b405b84c6d25516d01a1

Contents?: true

Size: 406 Bytes

Versions: 38

Compression:

Stored size: 406 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-view': :show %>
  </div>
<% end %>

Version data entries

38 entries across 38 versions & 1 rubygems

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