Skip to content

Commit efb0419

Browse files
committed
fix(CellProperty): Add back readOnly cell inputs
1 parent 388e6fa commit efb0419

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/properties/CellProperty/template.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<v-text-field
3333
:label="size > 1 || layout === '-1' ? getCellLabel(i-1) : prop.ui.label"
3434
:value="prop.data.value[i-1]"
35+
:readonly="prop.ui && prop.ui.domain && prop.ui.domain.readOnly"
3536
@input="onChange(arguments[0], i-1)"
3637
@focus="help = true"
3738
@blur="help = false"

0 commit comments

Comments
 (0)