Sha256: 2305b2e1df846e9d41cd114c20c51e7adb97e38630e908f79c37f0aa871ebbe1

Contents?: true

Size: 277 Bytes

Versions: 7

Compression:

Stored size: 277 Bytes

Contents

<%= form.label field.attribute_name, class: "inline-block w-32 flex-shrink-0" %>
<%= form.select "#{field.attribute_name.to_s.singularize}_ids", field.options_for_select(record), { prompt: true }, { multiple: true, class: "form-select", data: { controller: "slimselect" } } %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
madmin-1.2.0 app/views/madmin/fields/has_many/_form.html.erb
madmin-1.1.0 app/views/madmin/fields/has_many/_form.html.erb
madmin-1.0.2 app/views/madmin/fields/has_many/_form.html.erb
madmin-1.0.1 app/views/madmin/fields/has_many/_form.html.erb
madmin-1.0.0 app/views/madmin/fields/has_many/_form.html.erb
madmin-1.0.0.beta2 app/views/madmin/fields/has_many/_form.html.erb
madmin-1.0.0.beta1 app/views/madmin/fields/has_many/_form.html.erb