Files
react-test/docs/translations/api-docs-base/use-form-control-context/use-form-control-context.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
1.0 KiB
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"hookDescription": "",
"parametersDescriptions": {},
"returnValueDescriptions": {
"disabled": {
"description": "If <code>true</code>, the label, input and helper text should be displayed in a disabled state."
},
"error": { "description": "If <code>true</code>, the label is displayed in an error state." },
"filled": { "description": "If <code>true</code>, the form element has some value." },
"focused": {
"description": "If <code>true</code>, 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&#39;s value is modified." },
"onFocus": { "description": "Callback fired when the form element receives focus." },
"required": {
"description": "If <code>true</code>, the label will indicate that the <code>input</code> is required."
},
"value": { "description": "The value of the form element." }
}
}