Update CHANGELOG and TODO

This commit is contained in:
Carlos Antonio da Silva 2010-11-21 22:08:42 -02:00
parent ba05460415
commit 4f6ed4e829
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,8 @@
* Add :required html attribute for required inputs - HTML5
* Add optional :components option to input to control component rendering (by github.com/khoan)
* Add SimpleForm.translate as an easy way to turn off SimpleForm internal translations
* Add :disabled option for all inputs (by github.com/fabiob)
* Add collection wrapper tag and item wrapper tag to wrap elements in collection helpers - radio / check boxes
* bug fix
* Search for validations on both association and attribute

View File

@ -1,3 +1,2 @@
* Add unobstrusive javascript validations support
* Add mask support (same as hint, but with JS)
* Support for placeholders using I18n (like hints)