Skip to content

Time input is not working as expected during initial focus #5839

Closed
@ImmanuelSamuel

Description

@ImmanuelSamuel

Time input is not working as expected

When time input field is clicked, the input moves up to the top of the screen as it does for other inputs but the time selector doesn't show up. I have to click it again for it to show up. Once the time input is in focus then clicking on it again brings up the pop-up immediately. I believe the problem is during the initial tap which brings it to focus.

Steps to reproduce:

  1. I added the following code to one of pages in the tab.
<ion-input stacked-label>
        <ion-label>Time</ion-label>
        <input type="time" ngControl="time">
    </ion-input>

It would also be nice for the inputs to scroll back down to where they were after typing in any information.

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