Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Add Mobile Number built in support on idx default form gate
Browse files Browse the repository at this point in the history
  • Loading branch information
B77Mills committed Oct 29, 2024
1 parent 26e6bad commit 62d7bcc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/marko-web-identity-x/browser/custom-column.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@
:required="required"
:label="label"
/>
<phone-number
v-else-if="fieldKey === 'mobileNumber'"
v-model="user.mobileNumber"
:class-name="className"
:required="required"
:label="label"
/>
<country-code
v-else-if="fieldKey === 'countryCode'"
v-model="user.countryCode"
Expand Down

0 comments on commit 62d7bcc

Please sign in to comment.