We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 388e6fa commit efb0419Copy full SHA for efb0419
1 file changed
src/components/properties/CellProperty/template.html
@@ -32,6 +32,7 @@
32
<v-text-field
33
:label="size > 1 || layout === '-1' ? getCellLabel(i-1) : prop.ui.label"
34
:value="prop.data.value[i-1]"
35
+ :readonly="prop.ui && prop.ui.domain && prop.ui.domain.readOnly"
36
@input="onChange(arguments[0], i-1)"
37
@focus="help = true"
38
@blur="help = false"
0 commit comments