You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BrnTextBlockInputFormItem 支持隐藏标题区域.
目前即使将 title 属性设置为空字符串,或者空,都无法隐藏这个区域。
这样会导致存在一个无法消除的空白。
另外,通过 BrnInputText 组件也是有问题的,具体表现在文本输入的焦点上,具体可见:#532
内容需包含:
1、运行环境
运行设备: iOS
系统: 16.4
Bruno 版本: 3.4.2
Flutter Doctor 信息
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.2, on macOS 13.6 22G120 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.3.4)
[✓] VS Code (version 1.87.2)
[✓] Connected device (3 available)
功能需求
BrnTextBlockInputFormItem 支持隐藏标题区域.
目前即使将 title 属性设置为空字符串,或者空,都无法隐藏这个区域。
这样会导致存在一个无法消除的空白。
另外,通过 BrnInputText 组件也是有问题的,具体表现在文本输入的焦点上,具体可见:#532
内容需包含:
1、运行环境
运行设备: iOS
系统: 16.4
Bruno 版本: 3.4.2
Flutter Doctor 信息
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.2, on macOS 13.6 22G120 darwin-x64, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[✓] IntelliJ IDEA Ultimate Edition (version 2023.3.4)
[✓] VS Code (version 1.87.2)
[✓] Connected device (3 available)
2、是否有与之关联的 issue
#532
3、描述你期望的解决方案
可以增加一个如 hideTitle: bool 这样的方式,用于隐藏标题栏。
4、附加信息
包括视频、图片等补充信息
The text was updated successfully, but these errors were encountered: