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 picker widget won't close #191

Open
ferry77 opened this issue Dec 3, 2013 · 6 comments
Open

time picker widget won't close #191

ferry77 opened this issue Dec 3, 2013 · 6 comments

Comments

@ferry77
Copy link

ferry77 commented Dec 3, 2013

if I have 2 textbox, say

and make it timepicker by using this script

$('.timepicker').timepicker();

when I play with the textbox clicking between the two element, it will show 2 timepicker widget.. then after I change the value on the 1st timepicker using UP or DOWN arrow.. the 2nd widget close, but when I click the 2nd textbox to bring up the widget again, then change value, the issue come up because the 1st timepicker widget won't close.

is anyone experiencing like this?

thanks for your help

@8496tar
Copy link

8496tar commented Dec 6, 2013

I have similar issue:
I want to create a datetime range using 2 bootstrap datepickers and 2 bootstrap timepickers, but I can't manage do close the dropdowns unless I click somewhere that are not a timepick nor a datepick.

@frahugo
Copy link
Contributor

frahugo commented Jan 22, 2014

The widget does not even close if we TAB to another field, even with just one time picker in the form. This is an issue for some of my users. I'll have a look to see if I can fix it. Maybe it will solve the issue described above.

@ganySA
Copy link

ganySA commented Jun 16, 2014

$('#startTime').timepicker('hideWidget');

works for me.

@jyotiverma0310
Copy link

If i am using $('#startTime').timepicker('hideWidget') than timepicker can not edit time with arrow keys. Is there any other solution for this problem?

@mmarchini
Copy link
Collaborator

Can you please paste a snippet of your code (HTML and JS) at https://jsfiddle.net/, so we can take a better look at what's going on?

@mrhota
Copy link
Collaborator

mrhota commented Oct 17, 2015

@testjava03 are you using latest release of bootstrap-timepicker? We're at v0.5.1.

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

No branches or pull requests

7 participants