File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,13 @@ TelType Field
5
5
===============
6
6
7
7
The ``TelType `` field is a text field that is rendered using the HTML5
8
- ``<input type="tel"> `` tag.
8
+ ``<input type="tel"> `` tag. Following the recommended HTML5 behavior, the value
<
69BA
tr class="diff-line-row">
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.
9
15
10
16
+-------------+---------------------------------------------------------------------+
11
17
| Rendered as | ``input `` ``tel `` field (a text box) |
You can’t perform that action at this time.
0 commit comments