-
Notifications
You must be signed in to change notification settings - Fork 407
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
[DataGrid] Fix script being to eager on processing arrow keys #3091
Conversation
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 59.5%
|
I suggest you create a (new) issue (with reproduction code !) for that then. |
Fix #3087
The DataGrid script was too eager in processing arrow keys. This lead to unexpected/unwanted behavior in other components like when having to TextFields next to each other with focus in text field 1, arrow right would move focus from 1st text field to the second instead of moving through the letters in the text field.