Browse Source

step & step_multiplier example

namnguyen 11 tháng trước cách đây
mục cha
commit
3611ef7512
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/gui/examples/controls/number-step.py

+ 1 - 1
doc/gui/examples/controls/number-step.py

@@ -18,7 +18,7 @@ from taipy.gui import Gui
 value = 50
 
 page = """
-<|{value}|number|>
+<|{value}|number|step=1|step_multiplier=6|>
 """
 
 Gui(page).run()