-
Notifications
You must be signed in to change notification settings - Fork 782
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
sizePerPageList issue: 'close' class gets erased #1257
Comments
yes, after |
ok, after a quick look, I think it's hard to fix, because it's native behavior for bootstrap, if dropdown open and you click outside of dropdown, it will close. |
The thing is that I'm not clicking anywhere for it to close. I have this table that updates its content every 3 seconds lets' say. let's say that I click on the pageSizeList bootstrap list, once the 3 seconds expire the list will close by itself, without me clicking anywhere. |
got it, I'll spend some time to check this one. |
Fixed on |
Good afternoon,
I just made big changes to the project I'm working on, so I can't understand if the issue I'm having is due to the changes I made or the actual library version.
What is happening is that I click on the list (which adds an 'open' class to it). Once the parent component updates the state, the child re-render, and the list closes (the class 'open' disappears). This wasn't happening with the old version of my software.
The text was updated successfully, but these errors were encountered: