heartcombo--simple_form/lib/simple_form/inputs
Carlos Antonio da Silva 26f3c20f1a :radio is not :radio_buttons
Makes the API more consistent with :check_boxes, and improves
compatibility with bootstrap collections by avoiding :radio namespace
collision.
2012-01-27 17:47:48 -02:00
..
base.rb Collection radio / check boxes respect :nested boolean style config 2012-01-26 16:17:12 -02:00
block_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
boolean_input.rb Do not generate hidden check box field when using nested boolean style 2012-01-27 10:50:45 -02:00
collection_check_boxes_input.rb :radio is not :radio_buttons 2012-01-27 17:47:48 -02:00
collection_input.rb Use CollectionInput as base for other collection inputs 2012-01-26 18:10:34 -02:00
collection_radio_buttons_input.rb :radio is not :radio_buttons 2012-01-27 17:47:48 -02:00
collection_select_input.rb Use CollectionInput as base for other collection inputs 2012-01-26 18:10:34 -02:00
date_time_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
file_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
grouped_collection_select_input.rb Use CollectionInput as base for other collection inputs 2012-01-26 18:10:34 -02:00
hidden_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
numeric_input.rb Make min_max also a component. 2011-12-04 16:31:13 +01:00
password_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
priority_input.rb Indent protected/private calls 2012-01-26 17:22:05 -02:00
range_input.rb Make html5 a wrapper option. 2011-12-04 16:15:32 +01:00
string_input.rb Make html5 a wrapper option. 2011-12-04 16:15:32 +01:00
text_input.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00