heartcombo--simple_form/lib/simple_form/inputs
capripot c2dd12c0e4 Add `hidden_input` option to checkbox
Give the possibility to skip the creation of the hidden input field
normally created along with checkox field,
replicating [Rails 4.2 behavior](https://github.com/rails/rails/blob/4-2-stable/actionview/lib/action_view/helpers/tags/check_box.rb#L28)
2016-04-15 18:13:31 -04:00
..
base.rb Use I18n.t for translations instead of view helper 2015-09-07 10:03:18 +02:00
block_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
boolean_input.rb Add `hidden_input` option to checkbox 2016-04-15 18:13:31 -04:00
collection_check_boxes_input.rb Bring the same concept of "Builder" to collection radio buttons/check boxes 2012-02-13 23:57:56 -02:00
collection_input.rb Translate each option individually 2014-07-09 18:50:09 -03:00
collection_radio_buttons_input.rb Use symbols instead of strings for #send 2015-08-01 00:57:20 -06:00
collection_select_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
date_time_input.rb fix label on dates if HTML5 compatibility is explicitly enbled 2014-12-26 13:25:22 -05:00
file_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
grouped_collection_select_input.rb Use the first non-empty object to detect the label and value method for 2014-04-02 15:48:12 -03:00
hidden_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
numeric_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
password_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
priority_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
range_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
string_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00
text_input.rb Pass the options hash instead of the Leaf object 2014-03-11 19:41:25 -03:00