소스 검색

update docs per Fab

namnguyen 10 달 전
부모
커밋
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."
                     }
                 ]