We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1、BUG 描述
使用BrnStepInputFormItem组件,并设置canManualInput 为true时,如果默认显示0,在不删除当前0的情况下直接输入任何数字,都是显示以0开头的数字,如输入20组件显示为020,且onChanged 的newValue为20
BrnStepInputFormItem
canManualInput
true
0
20
020
onChanged
newValue
2、复现步骤
1.使用BrnStepInputFormItem组件,并设置canManualInput 为true;
2.默认显示0的情况下,在光标后直接输入20(此数字为例子);
3.显示内容为020,且onChanged 的newValue为20
3、期望行为
显示内容为20,且onChanged 的newValue为20
4、运行环境
HUAWEI MatePad
Harmony OS
3.3.0
[✓] Flutter (Channel stable, 3.7.12, on macOS 13.4 22F66 darwin-x64, locale zh-Hans-CN) • Flutter version 3.7.12 on channel stable at /Users/***/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 4d9e56e694 (5 周前), 2023-04-17 21:47:46 -0400 • Engine revision 1a65d409c7 • Dart version 2.19.6 • DevTools version 2.20.1 • Pub download mirror https://mirrors.tuna.tsinghua.edu.cn/dart-pub • Flutter download mirror https://mirrors.tuna.tsinghua.edu.cn/flutter [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) • Android SDK at /Users/***/Library/Android/sdk • Platform android-33, build-tools 31.0.0 • ANDROID_HOME = /Users/***/Library/Android/sdk • Java binary at: /Users/***/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/222.4459.24.2221.9971841/Android Studio.app/Contents/jbr/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 14.3) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14E222b • CocoaPods version 1.11.3 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2022.2) • Android Studio at /Users/***/Library/Application Support/JetBrains/Toolbox/apps/AndroidStudio/ch-1/222.4459.24.2221.10121639/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b802.4-9586694)
The text was updated successfully, but these errors were encountered:
violinday
No branches or pull requests
问题提交
1、BUG 描述
使用
BrnStepInputFormItem
组件,并设置canManualInput
为true
时,如果默认显示0
,在不删除当前0
的情况下直接输入任何数字,都是显示以0
开头的数字,如输入20
组件显示为020
,且onChanged
的newValue
为20
2、复现步骤
1.使用
BrnStepInputFormItem
组件,并设置canManualInput
为true
;2.默认显示
0
的情况下,在光标后直接输入20
(此数字为例子);3.显示内容为
020
,且onChanged
的newValue
为20
3、期望行为
显示内容为
20
,且onChanged
的newValue
为20
4、运行环境
HUAWEI MatePad
Harmony OS
3.3.0
The text was updated successfully, but these errors were encountered: