-
-
Notifications
You must be signed in to change notification settings - Fork 138
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 formatted automatically while typing #233
Comments
Do you see this bug on the demo page? |
I made my input field editable. I want to be able to set up time manually or using the timepicker.
|
Fix is available in v5.2.1 |
as described the issue of formatting while typing is still there
I was typing 8:3 => it becomes 8:03 before I finish typing
solution is in the ngxTimePicker Directive (input) = onInput should become (change)
The text was updated successfully, but these errors were encountered: