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 655a94b commit 58d8aa3Copy full SHA for 58d8aa3
reference/forms/types/tel.rst
@@ -5,7 +5,13 @@ TelType Field
5
===============
6
7
The ``TelType`` field is a text field that is rendered using the HTML5
8
-``<input type="tel">`` tag.
+``<input type="tel">`` tag. Following the recommended HTML5 behavior, the value
9
+of this type is not validated in any way, because formats for telephone numbers
10
+vary too much depending on each country.
11
+
12
+Nevertheless it may be useful to use this type in web applications because some
13
+browsers (e.g. smartphone browsers) adapt the input keyboard to make it easier
14
+to input phone numbers.
15
16
+-------------+---------------------------------------------------------------------+
17
| Rendered as | ``input`` ``tel`` field (a text box) |
0 commit comments