Skip to content

[html] 第715天 H5如何只弹出数字键盘? #3755

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第715天 H5如何只弹出数字键盘?

3+1官网

我也要出题

Activity

phygray

phygray commented on Mar 31, 2021

@phygray

input type='tel' 电话数字键
input type='number' 数字键盘(无小数点)
input type='digit' 数字键盘(有小数点)
input type='idcard' 数字键盘(无小数点有‘X’)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@phygray

        Issue actions

          [html] 第715天 H5如何只弹出数字键盘? · Issue #3755 · haizlin/fe-interview