Jelajahi Sumber

0018234: 【一体机】【新建档案】输入错误的身份证号,点击确定后,平板自带键盘未自动收起,导致看不到提示信息(联系电话一项也有此问题)

finlay 11 bulan lalu
induk
melakukan
5da7ab232a
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      lib/components/dialog_input.dart

+ 1 - 0
lib/components/dialog_input.dart

@@ -61,6 +61,7 @@ class VDialogInput extends StatelessWidget {
       showCancel: showCancel,
       onConfirm: () {
         if (onConfirmVerification != null) {
+          FocusScope.of(context).nextFocus();
           bool isValid = onConfirmVerification!.call(controller.text);
           if (isValid) {
             Get.back(result: controller.text);