mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
ui: reflect readonly mode by hiding controls + various small styling fixes
This commit is contained in:
@@ -88,6 +88,7 @@ const FieldImpl = ({
|
||||
}, [inputProps?.defaultValue]);
|
||||
|
||||
const disabled = firstDefined(
|
||||
ctx.readOnly,
|
||||
inputProps?.disabled,
|
||||
props.disabled,
|
||||
schema.readOnly,
|
||||
|
||||
Reference in New Issue
Block a user