Some checks failed
No response / noResponse (push) Has been cancelled
CI / Continuous releases (push) Has been cancelled
CI / test-dev (macos-latest) (push) Has been cancelled
CI / test-dev (ubuntu-latest) (push) Has been cancelled
CI / test-dev (windows-latest) (push) Has been cancelled
Maintenance / main (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
34 lines
1.7 KiB
JSON
34 lines
1.7 KiB
JSON
{
|
|
"hookDescription": "",
|
|
"parametersDescriptions": {
|
|
"defaultValue": {
|
|
"description": "The default value. Use when the component is not controlled."
|
|
},
|
|
"disabled": {
|
|
"description": "If <code>true</code>, the component is disabled. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component."
|
|
},
|
|
"error": {
|
|
"description": "If <code>true</code>, the <code>input</code> will indicate an error by setting the <code>aria-invalid</code> attribute. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component."
|
|
},
|
|
"required": {
|
|
"description": "If <code>true</code>, the <code>input</code> element is required. The prop defaults to the value (<code>false</code>) inherited from the parent FormControl component."
|
|
}
|
|
},
|
|
"returnValueDescriptions": {
|
|
"disabled": { "description": "If <code>true</code>, the component will be disabled." },
|
|
"error": {
|
|
"description": "If <code>true</code>, the <code>input</code> will indicate an error by setting the <code>aria-invalid</code> attribute."
|
|
},
|
|
"focused": { "description": "If <code>true</code>, the <code>input</code> will be focused." },
|
|
"formControlContext": {
|
|
"description": "Return value from the <code>useFormControlContext</code> hook."
|
|
},
|
|
"getInputProps": { "description": "Resolver for the input slot's props." },
|
|
"getRootProps": { "description": "Resolver for the root slot's props." },
|
|
"required": {
|
|
"description": "If <code>true</code>, the <code>input</code> will indicate that it's required."
|
|
},
|
|
"value": { "description": "The <code>value</code> of the <code>input</code> element." }
|
|
}
|
|
}
|