From 7acbe3854d1f2fa232cc2fdc285a227d00c603db Mon Sep 17 00:00:00 2001 From: namnguyen Date: Thu, 4 Jul 2024 15:09:38 +0700 Subject: [PATCH] update docs per Fab --- taipy/gui/viselements.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taipy/gui/viselements.json b/taipy/gui/viselements.json index b972d3bd35..21aed027bc 100644 --- a/taipy/gui/viselements.json +++ b/taipy/gui/viselements.json @@ -148,12 +148,12 @@ }, { "name": "min", - "type": "int|float", + "type": "dynamic(int|float)", "doc": "The minimum value to accept for this input." }, { "name": "max", - "type": "int|float", + "type": "dynamic(int|float)", "doc": "The maximum value to accept for this input." } ]