Global attribute - inputmode
Hints at the type of data that might be entered by
the user while editing the element or its contents.
This allows a browser to display an appropriate
virtual keyboard.
It is used primarily on elements, but is
usable on any element in contenteditable mode.
The attribute can have any of the following
values:
- none
- text(default)
- decimal
- numeric
- tel
- search
- url