Keyboard interaction
| Key | Action |
|---|---|
| Letters on the country picker | Jump to the countries they start. |
| Enter or Space | Open the list of countries, or pick one. |
| Backspace | On the number, delete a digit, skipping over spaces and brackets. |
Accessibility notes
- The country picker is named “Country code” and reads its flag and code. When a calling code or an area code picks a country, the new country is announced.
- Name the number with
<label for>andinputId, or withlabel. - The number has
autocomplete="tel", so browsers can fill it in, calling code and all, and phones show a phone keypad.