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

Version Path
binda-0.1.11 app/views/binda/field_groups/form_item/form_item_choice/_form_item_default_choice.html.erb
binda-0.1.10 app/views/binda/field_groups/form_item/form_item_choice/_form_item_default_choice.html.erb
binda-0.1.9 app/views/binda/field_groups/form_item/form_item_choice/_form_item_default_choice.html.erb
binda-0.1.8 app/views/binda/field_groups/form_item/form_item_choice/_form_item_default_choice.html.erb
binda-0.1.7 app/views/binda/field_groups/form_item/form_item_choice/_form_item_default_choice.html.erb
binda-0.1.6 app/views/binda/field_groups/form_item/form_item_choice/_form_item_default_choice.html.erb
binda-0.1.5 app/views/binda/field_groups/form_item/form_item_choice/_form_item_default_choice.html.erb
binda-0.1.4 app/views/binda/field_groups/form_item/form_item_choice/_form_item_default_choice.html.erb