From 2b18e08e64acaad24aae84440c7bd5dde77ad077 Mon Sep 17 00:00:00 2001 From: aamir-csol Date: Wed, 10 Sep 2025 16:44:19 +0300 Subject: [PATCH] signup completed --- lib/presentation/authentication/register_step2.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/presentation/authentication/register_step2.dart b/lib/presentation/authentication/register_step2.dart index 0757420..d7071a4 100644 --- a/lib/presentation/authentication/register_step2.dart +++ b/lib/presentation/authentication/register_step2.dart @@ -234,13 +234,13 @@ class _RegisterNew extends State { labelText: LocaleKeys.dob.tr(), hintText: authVM!.isUserFromUAE() ? appState.getUserRegistrationPayload.dob! : appState.getNHICUserData.dateOfBirth ?? "", controller: authVM!.isUserFromUAE() ? authVM!.dobController : null, - isEnable: authVM!.isUserFromUAE() ? true : false, + isEnable: false, prefix: null, isBorderAllowed: false, isAllowLeadingIcon: true, isReadOnly: true, leadingIcon: AppAssets.birthday_cake, - selectionType: authVM!.isUserFromUAE() ? SelectionTypeEnum.calendar : null, + selectionType: null, ).paddingSymmetrical(0.h, 16.h), ], ),