Closed
Description
Deployment Type
NetBox Cloud
NetBox Version
v3.7.7-dev
Python Version
3.11
Steps to Reproduce
- insert enough entries in extras_tag table such that for a search string "x" there are more than 50 (default max page size) items returned
- open edit page for a dcim device interface
- open tag dialogue box which uses a slim select GUI control under the hood, enter search string "x" in the filter search box
- scroll down to the bottom of the returned list
- notice you cannot get more items behind the first page of returned items although an api call to the next page is already made
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.