Browse Source

update docs per Fab

namnguyen 10 tháng trước cách đây
mục cha
commit
7acbe3854d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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."
                     }
                 ]