Skip to content

Commit d56adb8

Browse files
committed
phone -> tel
1 parent 195c985 commit d56adb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

backend/forms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,14 +613,14 @@ user_password:
613613
type: password
614614
```
615615

616-
### Phone
616+
### Tel
617617

618-
`phone` – renders a single-line input for phone values with built-in browser validation.
618+
`tel` – renders a single-line input for phone values with built-in browser validation.
619619

620620
```yaml
621621
telephone:
622622
label: Phone number
623-
type: phone
623+
type: tel
624624
pattern: "[0-9]{3}[0-9]{3}[0-9]{4}"
625625
placeholder: xxx-xxx-xxxx
626626
maxlength: 20

0 commit comments

Comments
 (0)