diff --git a/webapp/src/components/labThingsComponents/inputFromSchema.vue b/webapp/src/components/labThingsComponents/inputFromSchema.vue index b3600ce4..70a80026 100644 --- a/webapp/src/components/labThingsComponents/inputFromSchema.vue +++ b/webapp/src/components/labThingsComponents/inputFromSchema.vue @@ -8,6 +8,7 @@ v-model="internalValue" class="uk-form-small numeric-setting-line-input" :class="{ edited: isEdited, flash: animateUpdate }" + :disabled="isDisabled" type="number" @input="grabFocus" @focusout="focusOut" @@ -22,6 +23,7 @@ + form.op?.includes('writeproperty') + ); + }, dataType: function () { let prop = this.dataSchema; if (prop == undefined) {