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

[DateRange] The input loses focus #3109

Closed
svetq opened this issue Oct 30, 2020 · 3 comments
Closed

[DateRange] The input loses focus #3109

svetq opened this issue Oct 30, 2020 · 3 comments

Comments

@svetq
Copy link
Contributor

svetq commented Oct 30, 2020

Describe the bug
When using ChangeDetectionStrategy.OnPush and typing in the start date of the input, then the input is blurred as soon as a single digit is entered.

To Reproduce
Please check the following example:

https://stackblitz.com/edit/angular-kendo-daterange-lwg9bi?file=app/app.component.ts

Enter 2/22/2 with the keyboard for the start input date and notice how the input is blurred.

@svetq
Copy link
Contributor Author

svetq commented Nov 25, 2020

also reported in 1496496

@ipeshev
Copy link
Contributor

ipeshev commented Nov 26, 2020

https://stackblitz.com/edit/angular-kfrur1?file=app/app.component.ts
While the other datetime inputs are not losing focus , they are closing opened calendar ( timechart ) while typing new value, when the value is updated ( on a partial ).

Daterange from other hand is not focusing the calendar when start/end date input is activated which is different from the other inputs.

@gkarapeev
Copy link
Contributor

Fix available in v5.0.0

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

3 participants