Skip to content

Trial flow: Change telephone input field type

Kevin Comoli requested to merge kcomoli-change-trial-phone-input-type into master

What does this MR do?

Changes telephone input field type to improve form completion on mobile. As detailed in Step 1 of #325060 (closed)

Screenshots (strongly suggested)

Before After
input-type-text input-type-tel
Using <input type="text"> Using <input type="tel">

Note: <input type="tel"> Cross-browser compatibility is good according to Can I use?, is widely supported by assistive technology.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Kevin Comoli

Merge request reports

Loading