We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195c985 commit d56adb8Copy full SHA for d56adb8
1 file changed
backend/forms.md
@@ -613,14 +613,14 @@ user_password:
613
type: password
614
```
615
616
-### Phone
+### Tel
617
618
-`phone` – renders a single-line input for phone values with built-in browser validation.
+`tel` – renders a single-line input for phone values with built-in browser validation.
619
620
```yaml
621
telephone:
622
label: Phone number
623
- type: phone
+ type: tel
624
pattern: "[0-9]{3}[0-9]{3}[0-9]{4}"
625
placeholder: xxx-xxx-xxxx
626
maxlength: 20
0 commit comments