{ "hookDescription": "", "parametersDescriptions": {}, "returnValueDescriptions": { "disabled": { "description": "If true, the label, input and helper text should be displayed in a disabled state." }, "error": { "description": "If true, the label is displayed in an error state." }, "filled": { "description": "If true, the form element has some value." }, "focused": { "description": "If true, the form element is focused and not disabled." }, "onBlur": { "description": "Callback fired when the form element has lost focus." }, "onChange": { "description": "Callback fired when the form element's value is modified." }, "onFocus": { "description": "Callback fired when the form element receives focus." }, "required": { "description": "If true, the label will indicate that the input is required." }, "value": { "description": "The value of the form element." } } }