feat:调整IOS密码分享选模板后和电子钥匙短信通知键盘无法收起的情况

This commit is contained in:
liyi 2025-03-12 17:32:26 +08:00
parent 794bf8cf11
commit fcdd09fcb2

View File

@ -95,6 +95,9 @@ class _SendEmailNotificationPageState extends State<SendEmailNotificationPage> {
maxLength: 1000,
textAlign: TextAlign.start,
controller: state.templateContentController,
keyboardType: TextInputType.multiline, //
textInputAction: TextInputAction.done, //
onEditingComplete: () => FocusScope.of(context).unfocus(), //
style: TextStyle(
color: Colors.black,
fontSize: 22.sp,