ui: reflect readonly mode by hiding controls + various small styling fixes

This commit is contained in:
dswbx
2025-09-05 17:09:50 +02:00
parent 1df87c8a16
commit af573cc79a
18 changed files with 153 additions and 74 deletions

View File

@@ -88,6 +88,7 @@ const FieldImpl = ({
}, [inputProps?.defaultValue]);
const disabled = firstDefined(
ctx.readOnly,
inputProps?.disabled,
props.disabled,
schema.readOnly,