-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Improve filters #635
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if I was supposed to start reviewing it, so I have left a few quick feedback :)
faaf348
to
dc64394
Compare
dc64394
to
b51d37a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are moving in the right direction :)
- Regarding item 6. The close transition is now missing, but it's better than having a jump.
- I have also noticed that the scroll is broken when opening the column menu. This is because of the autofocus on the input. There might be something wrong with the popper logic. A workaround is to delay the focus in an effect.
A point we have started to discuss with @DanailH. I think that we should replace |
I'm not sure what you mean by the scroll. can you try again the 6 and let me know if it's ok now :) |
Open the documentation, you will see, one negative point for storybook's isolation :p. I'm working on #635 (comment) so we can share a link. My env is broken so I can't share video yet. |
this is caused by the I refactored and fixed the issue |
autoFocus is a native attribute, actually discouraged for a11y, but that doesn't really matter here. Yes, it could be an issue with the Popper component. |
Fix some of the ticks of #633