1
0
Fork 0
mirror of https://github.com/heartcombo/simple_form.git synced 2022-11-09 12:19:26 -05:00
heartcombo--simple_form/test/inputs
Carlos Antonio da Silva fb0360d50a Make boolean input tag generate valid html5 when using nested style
This keeps Rails functionality by adding the required hidden checkbox
which will send an "unchecked value" when checkbox is not checked.
2012-01-30 16:46:37 -02:00
..
boolean_input_test.rb Make boolean input tag generate valid html5 when using nested style 2012-01-30 16:46:37 -02:00
collection_check_boxes_input_test.rb Add tests for item_wrapper_class config 2012-01-27 17:51:56 -02:00
collection_radio_buttons_input_test.rb Add tests for item_wrapper_class config 2012-01-27 17:51:56 -02:00
collection_select_input_test.rb Split collection radio/check boxes tests as well 2012-01-26 17:06:59 -02:00
datetime_input_test.rb Break inputs_test.rb into many files as well. 2011-09-08 16:04:36 +02:00
disabled_test.rb Extract disabled logic to a helper. Closes #317 2011-09-11 18:53:00 -03:00
discovery_test.rb Break inputs_test.rb into many files as well. 2011-09-08 16:04:36 +02:00
file_input_test.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
general_test.rb :radio is not :radio_buttons 2012-01-27 17:47:48 -02:00
grouped_collection_select_input_test.rb Rename *CollectionInput to *CollectionSelectInput 2012-01-26 17:00:56 -02:00
hidden_input_test.rb Add class default options to avoid has_*? checks. 2011-12-04 13:29:59 +01:00
numeric_input_test.rb Make html5 a wrapper option. 2011-12-04 16:15:32 +01:00
priority_input_test.rb Break inputs_test.rb into many files as well. 2011-09-08 16:04:36 +02:00
readonly_test.rb Allow inputs to be marked as optional. 2012-01-11 21:14:31 +01:00
required_test.rb Move test to a better place 2012-01-26 11:54:04 -02:00
string_input_test.rb Strip extra spaces from class html attribute 2012-01-26 10:58:34 -02:00
text_input_test.rb Make maxlength a component. 2011-12-04 13:14:39 +01:00