InputPhone
For accessibility documentation, refer to the components used in the InputPhone pattern:
Considerations for developers
Make sure the browser's autofill feature works correctly in phone inputs, and the appropriate virtual keyboard is displayed on focus. Usually, this is done by adding type="tel" and autocomplete="tel" attributes, as in the examples.
Other recommendations
Find more accessibility recommendations in the common Accessibility guide.