fix:调整登录密码输入框样式
This commit is contained in:
parent
faa5deec84
commit
5846c0914d
@ -93,7 +93,7 @@ class _LoginInputState extends State<LoginInput> {
|
||||
onTap: widget.onTapAction,
|
||||
autofocus: false,
|
||||
inputFormatters: widget.inputFormatters,
|
||||
textInputAction: TextInputAction.next,
|
||||
textInputAction: isPwd ? TextInputAction.done : TextInputAction.next,
|
||||
// 修改键盘类型为密码类型
|
||||
keyboardType: isPwd
|
||||
? TextInputType.visiblePassword
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user