From ef9eff65bac45b921618626b74b245415cbae5f5 Mon Sep 17 00:00:00 2001 From: namnguyen Date: Sat, 22 Jun 2024 16:58:20 +0700 Subject: [PATCH 1/5] inital commit --- doc/gui/examples/controls/number-step.py | 25 +++++++++++++++++ .../taipy-gui/src/components/Taipy/Input.tsx | 28 +++++++++++++------ .../taipy-gui/src/components/Taipy/utils.ts | 2 ++ taipy/gui/_renderers/factory.py | 2 ++ 4 files changed, 48 insertions(+), 9 deletions(-) create mode 100644 doc/gui/examples/controls/number-step.py diff --git a/doc/gui/examples/controls/number-step.py b/doc/gui/examples/controls/number-step.py new file mode 100644 index 0000000000..28e359d589 --- /dev/null +++ b/doc/gui/examples/controls/number-step.py @@ -0,0 +1,25 @@ +# Copyright 2021-2024 Avaiga Private Limited +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on +# an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the +# specific language governing permissions and limitations under the License. +# ----------------------------------------------------------------------------------------- +# To execute this script, make sure that the taipy-gui package is installed in your +# Python environment and run: +# python