Explorar el Código

update docs per Fab

namnguyen hace 11 meses
padre
commit
7acbe3854d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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."
                     }
                 ]