The inputmode content attribute is an enumerated attribute that specifies what kind of input mechanism would be most helpful for users entering content into the form control or content editable.
Demo
Documentation
Specification
Status in Chromium
Enabled by default (tracking bug) in:
- Chrome for desktop release 66
- Chrome for Android release 66
Consensus & Standardization
After a feature ships in Chrome, the values listed here are not guaranteed to be up to date.
- In development
- No signal
- No signal
- Positive
Owner
Last updated on 2020-11-19
Comments
From Chrome 56 onward this worked on form elements, but not content-editable elements. As of Chrome 66 it works it works in both.