{
"hookDescription": "",
"parametersDescriptions": {
"defaultValue": {
"description": "The default value. Use when the component is not controlled."
},
"disabled": {
"description": "If true, the component is disabled. The prop defaults to the value (false) inherited from the parent FormControl component."
},
"error": {
"description": "If true, the input will indicate an error by setting the aria-invalid attribute. The prop defaults to the value (false) inherited from the parent FormControl component."
},
"required": {
"description": "If true, the input element is required. The prop defaults to the value (false) inherited from the parent FormControl component."
}
},
"returnValueDescriptions": {
"disabled": { "description": "If true, the component will be disabled." },
"error": {
"description": "If true, the input will indicate an error by setting the aria-invalid attribute."
},
"focused": { "description": "If true, the input will be focused." },
"formControlContext": {
"description": "Return value from the useFormControlContext hook."
},
"getInputProps": { "description": "Resolver for the input slot's props." },
"getRootProps": { "description": "Resolver for the root slot's props." },
"required": {
"description": "If true, the input will indicate that it's required."
},
"value": { "description": "The value of the input element." }
}
}