|
|
|
|
@ -234,13 +234,13 @@ class _RegisterNew extends State<RegisterNewStep2> {
|
|
|
|
|
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),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
|