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." } ]