UNPKG

nos-forms-jquery

Version:

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

39 lines (34 loc) 686 B
# Type # ## search ## #### Example with all options #### ```javascript { "name": "searchExample", "id": "searchId", "type": "search", "label": "Search Example", "title": "Search Example", "required": true, "classname": "form-control", "autofocus": false, "disabled": false, "readonly": false, "formGroup": true, "data": { "field": 0, "testing": 123, }, "minlength": "", "maxlength": "", "value": "" } ``` #### More practical example #### ```javascript { "name": "searchExample", "type": "search", "label": "Search Example", "maxlength": 100, } ```