Opened 2 months ago

Closed 6 weeks ago

Last modified 6 weeks ago

#35601 closed New feature (fixed)

Add TelInput widget

Reported by: Jeremy Thompson Owned by: Lucas Esposito
Component: Forms Version:
Severity: Normal Keywords:
Cc: Jeremy Thompson Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

Relevant forum discussion

Add a TelInput widget that would render as

<input type="tel" ...>

Change History (8)

comment:1 by Jeremy Thompson, 2 months ago

Owner: Jeremy Thompson removed
Status: assignednew

comment:2 by Natalia Bidart, 2 months ago

Triage Stage: UnreviewedAccepted

Accepting following the forum conversation, highlighting this fragment from the MDN docs about its relevancy for small screens and overall accessibility:

Despite the fact that inputs of type tel are functionally identical to standard text inputs, they do serve useful purposes; the most quickly apparent of these is that mobile browsers — especially on mobile phones — may opt to present a custom keypad optimized for entering phone numbers. Using a specific input type for telephone numbers also makes adding custom validation and handling of phone numbers more convenient.

comment:3 by Lucas Esposito, 2 months ago

Owner: set to Lucas Esposito
Status: newassigned

comment:4 by Lucas Esposito, 2 months ago

Has patch: set

comment:5 by Sarah Boyce, 7 weeks ago

Patch needs improvement: set

comment:6 by Sarah Boyce, 6 weeks ago

Patch needs improvement: unset
Triage Stage: AcceptedReady for checkin

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 6 weeks ago

Resolution: fixed
Status: assignedclosed

In b478cae:

Fixed #35601 -- Added TelInput widget.

comment:8 by GitHub <noreply@…>, 6 weeks ago

In 6d3464cf:

Refs #35601, Refs #35599 -- Made cosmetic edits to TelInput/ColorInput docs.

Note: See TracTickets for help on using tickets.
Back to Top