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
22 lines
1.0 KiB
JSON
22 lines
1.0 KiB
JSON
{
|
|
"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'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." }
|
|
}
|
|
}
|