-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
slim-select-pagination-bug : user not able to load more than one page of data after a text search in slim select search box #15917
Comments
correction: the deployment type is |
@MaxBear I see you have a PR in for this so assigning it to you. |
Thanks @arthanson have you had a chance to code review my pr ? |
Actually @MaxBear this library has been completely removed in NB v4, so this would no longer apply. Going to close this. |
@arthanson we are still on v.3.4.10 for our netbox installation. Will my fix still be looked at and included in a patch release ? |
Re-opening this for review as it looks like we'll end up cutting a v3.7.8 release for some unrelated bug fixes. |
…ated to slim select (#15918) * slim-select-pagination-bug-fix : fixed several bugs related to slim select search box gui element 1. If user enters a search text in the filter text box, the user will not be able to scroll to the next page. That is the user will only be able to see the first page of returned item with a none empty search string. 2. User will not be able to select an item returned from search query if user clicks reload after a dynami search. When the user is able to load a second page, the user will be able to select an item from the third+ page if previous bug is fixed. * Recompile static assets --------- Co-authored-by: Jeremy Stretch <[email protected]>
…ated to slim select (#15918) * slim-select-pagination-bug-fix : fixed several bugs related to slim select search box gui element 1. If user enters a search text in the filter text box, the user will not be able to scroll to the next page. That is the user will only be able to see the first page of returned item with a none empty search string. 2. User will not be able to select an item returned from search query if user clicks reload after a dynami search. When the user is able to load a second page, the user will be able to select an item from the third+ page if previous bug is fixed. * Recompile static assets --------- Co-authored-by: Jeremy Stretch <[email protected]>
Deployment Type
NetBox Cloud
NetBox Version
v3.7.7-dev
Python Version
3.11
Steps to Reproduce
Expected Behavior
When user reaches the end of currently returned list of items more items will be extended to the list if there are more.
Observed Behavior
Current behaviour is that user will not be able to go behind the first page of returned items.
The text was updated successfully, but these errors were encountered: