Sha256: 1aebf59733b97a3db166bbdec94202f9746e6a6a115f699e10b28a38a7fd3219
Contents?: true
Size: 446 Bytes
Versions: 8
Compression:
Stored size: 446 Bytes
Contents
<% if ff.object.choices.find_all{|c| c.persisted? }.any? && !ff.object.allow_null? %> <div class="form-item--full-size"> <%= ff.input :default_choice_id, as: :select, collection: ff.object.choices.find_all{|c| c.persisted? }, label_method: :label, include_blank: false, selected: ff.object.default_choice_id, hint: t(:default_choice_description), input_html: {class: 'select2-item'} %> </div> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems