Area: UI
Sub-Area: Search Settings
Issue
When attempting to change the number of items displayed per page in search contexts, the selection dropdown would remain stuck in a tiny pane, making it difficult or impossible to change the pagination setting. The dropdown wouldn't expand properly or would be cut off by container boundaries.
Solution
The pagination controls dropdown has been fixed to properly display and expand regardless of container size. The issue was related to CSS overflow and z-index properties that prevented the dropdown from rendering above other elements.
The items-per-page selector now: - Expands fully when clicked - Displays all available options (10, 20, 50, 100) - Appears above other UI elements - Works in all search contexts (global search, entity-specific searches, filters)
Additional Notes
Fixed in version v0.3.11. The fix applies to all search contexts throughout the application, including embedded search components and filtered views.
Related Documentation
Tags:
ui, search, pagination, dropdown, css, z-index, bug-fix, v0.3.11