inputmode
Inputmode is a global HTML attribute that provides a hint to devices with on-screen keyboards about the expected type of input for a form control. It aims to improve keyboard layout popups on mobile and touch devices, but it does not enforce input restrictions or change the data type of the element.
Common values include none, text, decimal, numeric, tel, search, email, and url. These hints suggest different
Usage is straightforward on input or textarea elements. For example: <input type="text" inputmode="numeric" /> or <textarea inputmode="email"></textarea>.
Support and considerations: inputmode is implemented in major modern browsers and is primarily beneficial for improving