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

Loading…
Cancel
Save