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/TODO.rdoc
2009-12-09 23:34:15 -02:00

25 lines
No EOL
690 B
Text

== General
* Support simple_fields_for and simple_remote_form_for
* Allow I18n lookup for labels and hints based on the current action
* Sample CSS
* Test forms with non objects
* Get default string options from column definition
* Detect label and values automatically
* Add support to default :prompt methods on datetime inputs
* Add support to default label method
* Add wrapper support
* Improve readme with examples
* :country, :time_zone, :group and :file types support
== Associations
* has_many
* has_and_belongs_to_many
* belongs_to
== Validations
* Add automatic :required check
* Add unobstrusive javascript validations support
* Add mask support (same as hint, but with JS)