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

Manual entry of date and time #189

Open
surbhi-bhatnagar opened this issue Apr 14, 2017 · 1 comment
Open

Manual entry of date and time #189

surbhi-bhatnagar opened this issue Apr 14, 2017 · 1 comment

Comments

@surbhi-bhatnagar
Copy link

Hi,
I'm using version 2.4.33 and I am letting the user to enter the date and time manually but after entering date if user has not entered time and click on tab the date is removed.
I want if user entered the wrong date then only it should removed otherwise it should prompt a user to enter a time along with date if user click on tab button.

I am using a date format "mm/dd/yyyy hh:mm".

How can I get around this? Thanks!

@M-Jagdeesh
Copy link

Hi Surbhi,

it is removing the date because the format includes hours and minutes as well, so it's expecting time part as well and i am also looking for solution for the second query, if user manually enters date part and forgets to enter time part then time picker should open on tabout.

Is there any way to open timepicker on onblur?

i am setting enabledate = false and opened = false and opened = true;
on onblur event
but this is not working.

any help from gillardo?

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

No branches or pull requests

2 participants