Sha256: 76113ca5c62db4025e589922c4aed887d94e98fb4242d1cedb8f91a50ae072be

Contents?: true

Size: 362 Bytes

Versions: 9

Compression:

Stored size: 362 Bytes

Contents

<div class="col-sm-10 json-field form-group"
     data-data-key="<%= ActiveElement::Components::Util.json_name("#{form.object_name}.#{field}") %>"
>

</div>

<%=
  component.json(
    ActiveElement::Components::Util.json_name("#{form.object_name}.#{field}"),
    { data: component.value_for(field, options), schema: component.schema_for(field, options) }
  )
%>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
active_element-0.0.10 app/views/active_element/components/form/_json.html.erb
active_element-0.0.9 app/views/active_element/components/form/_json.html.erb
active_element-0.0.8 app/views/active_element/components/form/_json.html.erb
active_element-0.0.7 app/views/active_element/components/form/_json.html.erb
active_element-0.0.6 app/views/active_element/components/form/_json.html.erb
active_element-0.0.5 app/views/active_element/components/form/_json.html.erb
active_element-0.0.4 app/views/active_element/components/form/_json.html.erb
active_element-0.0.3 app/views/active_element/components/form/_json.html.erb
active_element-0.0.2 app/views/active_element/components/form/_json.html.erb