inputmode - HTML: HyperText Markup Language 编辑
The inputmode
global attribute is an enumerated attribute that hints at the type of data that might be entered by the user while editing the element or its contents. It can have the following values:
none
- No virtual keyboard. For when the page implements its own keyboard input control.
text
(default value)- Standard input keyboard for the user's current locale.
decimal
- Fractional numeric input keyboard containing the digits and decimal separator for the user's locale (typically . or ,). Devices may or may not show a minus key (-).
numeric
- Numeric input keyboard, but only requires the digits 0–9. Devices may or may not show a minus key.
tel
- A telephone keypad input, including the digits 0–9, the asterisk (*), and the pound (#) key. Inputs that require a telephone number should typically use
<input type="tel">
instead. search
- A virtual keyboard optimized for search input. For instance, the return/submit key may be labeled “Search”, along with possible other optimizations. Inputs that require a search query should typically use
<input type="search">
instead. email
- A virtual keyboard optimized for entering email addresses. Typically includes the @ character as well as other optimizations. Inputs that require email addresses should typically use
<input type="email">
instead. url
- A keypad optimized for entering URLs. This may have the / key more prominent, for example. Enhanced features could include history access and so on. Inputs that require a URL should typically use
<input type="url">
instead.
Specifications
Specification | Status | Comment |
---|---|---|
HTML Living Standard The definition of 'inputmode' in that specification. | Living Standard |
Browser compatibility
BCD tables only load in the browser
See also
- All global attributes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论