mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-24 12:06:57 +03:00
Fix readonly for data editors (#3598)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
0bd0a50709
commit
e0f831de4f
@ -76,6 +76,7 @@
|
|||||||
<svelte:component
|
<svelte:component
|
||||||
this={editor}
|
this={editor}
|
||||||
readonly={isReadonly}
|
readonly={isReadonly}
|
||||||
|
editable={!isReadonly}
|
||||||
disabled={isReadonly}
|
disabled={isReadonly}
|
||||||
label={attribute?.label}
|
label={attribute?.label}
|
||||||
placeholder={attribute?.label}
|
placeholder={attribute?.label}
|
||||||
|
Loading…
Reference in New Issue
Block a user