heartcombo--simple_form/TODO.rdoc

24 lines
596 B
Plaintext

== General
* 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
* 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)