Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ImmanuelSamuel opened this issue Mar 15, 2016 · 2 comments
Closed

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

ImmanuelSamuel opened this issue Mar 15, 2016 · 2 comments

Comments

@ImmanuelSamuel
Copy link

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.

@jgw96
Copy link
Contributor

jgw96 commented Mar 16, 2016

Thanks for opening this issue! As this issue is a duplicate of #5800 i will be closing this issue.

@jgw96 jgw96 closed this as completed Mar 16, 2016
@EvanWillms
Copy link

And #5800 is a duplicate of #5432.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants