From ffa531f9cac29802af8778404679d6112b7a6b97 Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Sat, 9 Mar 2024 16:36:16 +0330
Subject: Minor Fixes (#1992)
autocomplete
max - min for input-number
---
web/html/xui/component/setting.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'web/html/xui/component/setting.html')
diff --git a/web/html/xui/component/setting.html b/web/html/xui/component/setting.html
index 82c0ae75..8adc000c 100644
--- a/web/html/xui/component/setting.html
+++ b/web/html/xui/component/setting.html
@@ -16,7 +16,7 @@
- $emit('input', value)" :min="min" style="width: 100%;">
+ $emit('input', value)" :min="min" :max="max" style="width: 100%;">
$emit('input', value)">
@@ -29,7 +29,7 @@
{{define "component/setting"}}
--
cgit v1.2.3