2.1.0
ChoiceList
Refactor internal structure to support "disabled"-attribute for checkbox, radio and options and allow in future to add more settings like "help"-text.
View
Complete refactor of markup to move away from <table>
and be more flexible with styling elements. All elements on output will now have the "type" as modifier on the wrapper. Additionally the <label>
and Element
itself will now also have a CSS class including the type.
View/Button
Introduce new "reset"- and "button"-types which will render a <button>
Element
Filter- and Validator-callbacks now will get the Element itself as second parameter.
QoL
- Cleanup variables and docBlocks.
- Update documentation