From bcd4554b3c9d02ca302ad83e4ad2bf1bb7c7d697 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Tue, 9 Mar 2021 13:37:07 +0100 Subject: [PATCH] fix(ui): show custom values and better read-only style (#853) * fix(ui): show custom values in select too Fixes #844 * fix: read only values style * fix: move to scoped styles --- src/components/ValueId.vue | 41 ++++++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 10 deletions(-) diff --git a/src/components/ValueId.vue b/src/components/ValueId.vue index 56606bb8fc8..88524ff91b1 100644 --- a/src/components/ValueId.vue +++ b/src/components/ValueId.vue @@ -3,13 +3,13 @@ {{ label }}
- +
+ {{ parsedValue + (value.unit ? ' ' + value.unit : '') }} +
+ +
+ {{ help }} +
@@ -106,7 +106,7 @@ + > + +