Sha256: 9155169da382afd07a9be4f91fad672fb2bd80c144668baed556840c21453672

Contents?: true

Size: 640 Bytes

Versions: 31

Compression:

Stored size: 640 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal do %>
  <% trix_id = "trix_#{@resource.name.underscore}_#{@field.id}" %>
  <trix-editor input="<%= trix_id %>" value="<%= @field.value %>" placeholder="<%= @field.placeholder %>"><%== @field.value %></trix-editor>
  <%= @form.text_area @field.id,
    id: trix_id,
    class: helpers.input_classes('w-full hidden', has_error: (@resource.model.present? and @resource.model.errors.include?(@field.id))),
    placeholder: @field.placeholder,
    disabled: @field.readonly,
    rows: @field.meta[:rows]
  %>
<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

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