Skip to content

Timepicker could add inputmode="decimal" attribute #6799

@coliff

Description

@coliff

Currently:

<input type="text" maxlength="2" class="form-control text-center bs-timepicker-field" placeholder="MM" aria-label="minutes">

UI would be better for users with virtual keyboards (touchscreen tablets/iPhone/Android etc) with:

<input type="text" maxlength="2" inputmode="decimal" class="form-control text-center bs-timepicker-field" placeholder="MM" aria-label="minutes">

REF: https://css-tricks.com/everything-you-ever-wanted-to-know-about-inputmode/#aa-decimal

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions