We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d547a7 commit 9cf2538Copy full SHA for 9cf2538
src/crud/components/ItemDetailsExtended.vue
@@ -73,7 +73,7 @@
73
item-disabled="itemDisabled"
74
:label="field.text"
75
menu-props="bottom"
76
-
+ :disabled="field.disabled"
77
@focus="remember(field)"
78
@change="update(field)"
79
></v-autocomplete>
@@ -87,7 +87,7 @@
87
88
89
90
91
92
93
@@ -103,6 +103,7 @@
103
v-model="field.value"
104
105
106
107
>
108
<label class="checkbox-label">{{field.text}}</label>
109
</span>
0 commit comments