mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #35601 -- Added TelInput widget.
This commit is contained in:
parent
946c3cf734
commit
b478cae006
7 changed files with 46 additions and 0 deletions
|
@ -173,6 +173,9 @@ Forms
|
|||
* The new :class:`~django.forms.SearchInput` form widget is for entering search
|
||||
queries and renders as ``<input type="search" ...>``.
|
||||
|
||||
* The new :class:`~django.forms.TelInput` form widget is for entering telephone
|
||||
numbers and renders as ``<input type="tel" ...>``.
|
||||
|
||||
Generic Views
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue