-
Notifications
You must be signed in to change notification settings - Fork 161
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
When scroll with the mouse wheel the value in datePicker editor for edited cell is empty #2958
Comments
The issue is not reproduced in 6.1.x. |
A possible fix for this issue would be invoking the detectChanges() method at the end of the onScroll() method of the IgxGridForOfDirective, however this should not be necessary since the IgxGridBaseComponent's verticalScrollHandler invokes the onScroll method and the detectChanges method successively. |
…endar in igxCell (#3224) * fix(igxCell): Use value instead of ngModel (#2958) * fix(igxCell): Add change and onSelection event to reflect value changes (#2958) * fix(igxCell): Add change and onSelection for tree-cell too (#2958) * fix(igxCell): Expose and use getter and setter for editValue (#2958) * chore(igxCell): Fix failing test
Description
When scroll with the mouse wheel the value in datePicker editor for edited cell is empty
Steps to reproduce
This issue is related to the issue #2535
Result
Value in the datePicker is empty
Expected result
Value should be correct
Attachments
Attach a sample if available, and screenshots, if applicable.
The text was updated successfully, but these errors were encountered: