fix:调整登录密码输入框样式
This commit is contained in:
parent
79e21e7e4e
commit
22b063b765
@ -133,6 +133,7 @@ class _StarLockLoginPageState extends State<StarLockLoginPage> {
|
|||||||
inputFormatters: <TextInputFormatter>[
|
inputFormatters: <TextInputFormatter>[
|
||||||
// FilteringTextInputFormatter.allow(RegExp('[0-9]')),
|
// FilteringTextInputFormatter.allow(RegExp('[0-9]')),
|
||||||
LengthLimitingTextInputFormatter(30),
|
LengthLimitingTextInputFormatter(30),
|
||||||
|
FilteringTextInputFormatter.singleLineFormatter
|
||||||
]),
|
]),
|
||||||
SizedBox(height: 10.h),
|
SizedBox(height: 10.h),
|
||||||
LoginInput(
|
LoginInput(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user