This repository was archived by the owner on Feb 16, 2021. It is now read-only.
v0.4.4
- Allow removal of nullOption if a default value is set, fix #71
- Input className customization, fix #76
- added a
classNameoption to:TextboxSelectCheckboxRadioListStruct
- handled in Bootstrap's skin:
Textbox: add the className to the<input type="text"/>/<textarea/>tagSelect: add the className to the<select/>tagCheckbox: add the className to the<input type="checkbox"/>tagRadio: add the className to all the<input type="radio"/>tagsList: add the className to the<fieldset/>tagStruct: add the className to the<fieldset/>tag
- added a