Sha256: f51cf16d8fed43e0ccf9374ffa12458b8cfa15c64210341be2d425b0dc01efc2
Contents?: true
Size: 250 Bytes
Versions: 1
Compression:
Stored size: 250 Bytes
Contents
= form.select field.method_name, field.enum, {:include_blank => true}, field.html_attributes.reverse_merge({ :placeholder => t('admin.index.search') }) = javascript_tag do jQuery(function($) { $("##{"#{field.dom_id}"}").filteringSelect({}); })
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
elucid-rails_admin-0.0.1 | app/views/rails_admin/main/_form_enumeration.html.haml |