Fixes #15917: slim-select-pagination-bug-fix : fixed several bugs related 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 <jstretch@netboxlabs.com>
This commit is contained in:
Nancy Yang
2024-05-03 13:22:29 -04:00
committed by GitHub
parent 408e0c5a9b
commit 88f2735087
3 changed files with 54 additions and 27 deletions

File diff suppressed because one or more lines are too long