Sha256: 499cc96dd3ed6d2c25144ec8cc47d4ea37b1383b89614cde78fb0fddae7171a4

Contents?: true

Size: 293 Bytes

Versions: 11

Compression:

Stored size: 293 Bytes

Contents

<div class="block md:inline-block md:w-32 flex-shrink-0 text-gray-700">
  <%= render "madmin/shared/label", form: form, field: field %>
</div>
<%= form.select field.attribute_name, field.options_for_select(record), { prompt: true }, { class: "form-select", data: { controller: "select" } } %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
madmin-1.2.11 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.10 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.9 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.8 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.7 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.6 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.5 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.4 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.3 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.2 app/views/madmin/fields/enum/_form.html.erb
madmin-1.2.1 app/views/madmin/fields/enum/_form.html.erb