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), ], ),