From 62aaf75c492e9170e833d420665ee9324d77d849 Mon Sep 17 00:00:00 2001 From: Nadahar Date: Tue, 8 Apr 2025 22:10:31 +0200 Subject: [PATCH] Parameter text: Improve support for multiple text values (#3092) Previously, the text parameter used a text area and line breaks to separate multiple entries. This has been reworked to now use a list of single line text fields, and autocompletion for multiple values has been enhanced as well. Signed-off-by: Ravi Nadahar --- .../config/controls/parameter-text.vue | 176 +++++++++++++++--- 1 file changed, 154 insertions(+), 22 deletions(-) diff --git a/bundles/org.openhab.ui/web/src/components/config/controls/parameter-text.vue b/bundles/org.openhab.ui/web/src/components/config/controls/parameter-text.vue index 361589607..99fd77924 100644 --- a/bundles/org.openhab.ui/web/src/components/config/controls/parameter-text.vue +++ b/bundles/org.openhab.ui/web/src/components/config/controls/parameter-text.vue @@ -1,12 +1,42 @@