UNPKG

nos-forms-jquery

Version:

Build and validate DRY html forms in minutes with JSON, jQuery and Bootstrap

36 lines (30 loc) 588 B
# Type # ## reset ## By default, the reset button will reset your form. #### Example with all options #### ```javascript { "name": "reset", "type": "reset", "classname": "btn btn-danger", "formGroup": true, "data": { "field": 0, "testing": 123, }, "inline": true, "title": "", "value": "Reset" } ``` #### More practical example #### ```javascript { "name": "reset", "type": "reset", "classname": "btn btn-danger", "formGroup": true, "inline": true, "value": "Reset" } ```