From 660b8f15785d66e50eadd10cd8b397445590a27d Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Mon, 29 Jan 2024 20:37:19 +0100 Subject: [PATCH] Fix `oh-stepper` sends command on Item state update due to rounding (#2096) Fixes #1186: Widget sends command on external update due to rounding. This is done by replacing the generic change listener with listeners for plusclick, minusclick and input for input element events. Signed-off-by: Florian Hotze --- .../components/widgets/system/oh-stepper.vue | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-stepper.vue b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-stepper.vue index a5f34ae454..33515bc879 100644 --- a/bundles/org.openhab.ui/web/src/components/widgets/system/oh-stepper.vue +++ b/bundles/org.openhab.ui/web/src/components/widgets/system/oh-stepper.vue @@ -1,6 +1,6 @@