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
Matt Jankowski c00533bf7c Handle situation when I18n date.order values are strings
Rails 4 changes the `date.order` I18n setting to return strings, which
resulted in a missed lookup in POSITION, and a value like `date_i`
instead of `date_1i` for the `for` attribute on `label` elements.
2013-07-17 10:56:42 -04:00
..
boolean_input_test.rb input without additional classes should add "checkbox" class to label 2013-06-29 14:09:36 +03:00
collection_check_boxes_input_test.rb
collection_radio_buttons_input_test.rb
collection_select_input_test.rb
datetime_input_test.rb Handle situation when I18n date.order values are strings 2013-07-17 10:56:42 -04:00
disabled_test.rb
discovery_test.rb
file_input_test.rb
general_test.rb
grouped_collection_select_input_test.rb
hidden_input_test.rb
numeric_input_test.rb
priority_input_test.rb
readonly_test.rb
required_test.rb
string_input_test.rb
text_input_test.rb