namnguyen преди 11 месеца
родител
ревизия
7acbe3854d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      taipy/gui/viselements.json

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