Disabling property
enabledIf?: { $eval: string; dependencies: string[]; }{
"schema": {
"type": "object",
"properties": {
"numberInput": {
"type": "integer",
"enabledIf": "return false",
"title": "You can't change me!"
}
}
}
}Last updated
Was this helpful?