You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: