Sha256: f5360589ce775abafb79e3ae6ccc405e552d83304a008b4a5a270c58714127eb
Contents?: true
Size: 1.75 KB
Versions: 27
Compression:
Stored size: 1.75 KB
Contents
[ { "name": "id", "type": "string", "required": true, "description": "The id of the input." }, { "name": "name", "type": "string", "required": true, "description": "The name of the input, which is submitted with the form data." }, { "name": "type", "type": "string", "required": false, "description": "Type of input control to render. Defaults to \"text\"." }, { "name": "value", "type": "string", "required": false, "description": "Optional initial value of the input." }, { "name": "hint", "type": "object", "required": false, "description": "Options for the hint component.", "isComponent": true }, { "name": "errorMessage", "type": "object", "required": false, "description": "Options for the errorMessage component.", "isComponent": true }, { "name": "formGroup", "type": "object", "required": false, "description": "Options for the form-group wrapper", "params": [ { "name": "classes", "type": "string", "required": false, "description": "Optional classes to add to the form group (e.g. to show error state for the whole group)" } ] }, { "name": "classes", "type": "string", "required": false, "description": "Classes to add to the anchor tag." }, { "name": "attributes", "type": "object", "required": false, "description": "HTML attributes (for example data attributes) to add to the anchor tag." } ]
Version data entries
27 entries across 27 versions & 1 rubygems