mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 07:49:40 +00:00
display long error message in two line
This commit is contained in:
@ -160,7 +160,9 @@ class SignUpView extends StatelessWidget {
|
|||||||
},
|
},
|
||||||
obscureText: !AuthCubit.get(context).isPasswordVisible,
|
obscureText: !AuthCubit.get(context).isPasswordVisible,
|
||||||
decoration: defaultInputDecoration(context,
|
decoration: defaultInputDecoration(context,
|
||||||
hint: "At least 8 characters"),
|
hint: "At least 8 characters").copyWith(
|
||||||
|
errorMaxLines: 2,
|
||||||
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(height: 16),
|
const SizedBox(height: 16),
|
||||||
const BodyMedium(
|
const BodyMedium(
|
||||||
|
Reference in New Issue
Block a user