Skip to content

Commit 03a8da9

Browse files
authored
Merge pull request #108775 from elKei24/patch-1
Add phoneNumber as ClaimType supported by TextBox
2 parents f11b79a + 3c6f359 commit 03a8da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/claimsschema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ The **UserInputType** element available user input types:
251251
|Password | `string` |Password text box.|
252252
|RadioSingleSelect |`string` | Collection of radio buttons. The claim value is the selected value.|
253253
|Readonly | `boolean`, `date`, `dateTime`, `duration`, `int`, `long`, `string`| Read-only text box. |
254-
|TextBox |`boolean`, `int`, `string` |Single-line text box. |
254+
|TextBox |`boolean`, `int`, `phoneNumber`, `string` |Single-line text box. |
255255

256256

257257
#### TextBox

0 commit comments

Comments
 (0)