Fixed #35601 -- Added TelInput widget.

This commit is contained in:
lucasesposito 2024-07-19 01:26:46 +02:00 committed by Sarah Boyce
parent 946c3cf734
commit b478cae006
7 changed files with 46 additions and 0 deletions

View file

@ -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
~~~~~~~~~~~~~