prevent the text field from beeing erased on mobile

This commit is contained in:
ggurdin 2023-12-13 14:39:21 -05:00
parent 8f3acf2b12
commit eb06dd0310

View file

@ -12,7 +12,6 @@ class PUserAgeView extends StatelessWidget {
@override
Widget build(BuildContext context) {
controller.dobController.text = "";
return LoginScaffold(
appBar: AppBar(
automaticallyImplyLeading: !controller.loading,