Skip to content

Commit

Permalink
Merge pull request #54 from ebetulo/bugfix/QZIG-23-county-dropdown-fix
Browse files Browse the repository at this point in the history
change listMode to Modal so that the user can select country from the…
  • Loading branch information
raymens authored Feb 7, 2024
2 parents 0bb7af7 + 952278f commit 0501db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/src/components/CustomSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function CustomCountrySelect({
dropDownContainerStyle={{
borderColor: customTheme.colors.gray[300],
}}
listMode="SCROLLVIEW"
listMode="MODAL"
labelStyle={{
fontSize: customTheme.fontSizes.xs,
}}
Expand Down

0 comments on commit 0501db0

Please sign in to comment.