Released version 2.4.1
- added netteForms.min.js
- netteForms: forms are initialized on DOMContentLoaded instead of onload
- netteForms: fixed compatibility with IE 8
- Container::
addInteger()is nullable - TextInput: Reverts, validators FLOAT doesn't automatically sets type to 'number'
- TextBase: added
setNullable() - TextBase: emptyValue is removed from value in
validate() - TextBase, TextInput, TextArea: refactoring, rendered value is built in
getRenderedValue() - TextInput: rules are processed in
addRule()instead ofgetControl()(is consistent with TextBase)
For the details you can have a look at the diff.