signup completed

pull/27/head
aamir-csol 2 months ago
parent 8c55064158
commit 2b18e08e64

@ -234,13 +234,13 @@ class _RegisterNew extends State<RegisterNewStep2> {
labelText: LocaleKeys.dob.tr(), labelText: LocaleKeys.dob.tr(),
hintText: authVM!.isUserFromUAE() ? appState.getUserRegistrationPayload.dob! : appState.getNHICUserData.dateOfBirth ?? "", hintText: authVM!.isUserFromUAE() ? appState.getUserRegistrationPayload.dob! : appState.getNHICUserData.dateOfBirth ?? "",
controller: authVM!.isUserFromUAE() ? authVM!.dobController : null, controller: authVM!.isUserFromUAE() ? authVM!.dobController : null,
isEnable: authVM!.isUserFromUAE() ? true : false, isEnable: false,
prefix: null, prefix: null,
isBorderAllowed: false, isBorderAllowed: false,
isAllowLeadingIcon: true, isAllowLeadingIcon: true,
isReadOnly: true, isReadOnly: true,
leadingIcon: AppAssets.birthday_cake, leadingIcon: AppAssets.birthday_cake,
selectionType: authVM!.isUserFromUAE() ? SelectionTypeEnum.calendar : null, selectionType: null,
).paddingSymmetrical(0.h, 16.h), ).paddingSymmetrical(0.h, 16.h),
], ],
), ),

Loading…
Cancel
Save