You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pagination component steals focus: Whenever a pagination component is created or maxPage changes the component grabs the focus.
This is a problem when filtering e.g. tables - every time the number of pages of the results table changes, the focus moves away from the search input.
I don't really understand why this component is grabbing focus at all, but it should be at least configurable to not grab the focus.
The text was updated successfully, but these errors were encountered:
BREAKING CHANGE: Removes link variants of pagination and navigation
components. The link variants caused focus issues, which can not easily
be resolved. If you need the link variants, you can open a feature request
and we will have another look at it.
Several properties of sbb-pagination have been renamed or refactored.
Check the documentation for the new specification.
Closes#17
Copied from https://issues-ext.sbb.ch/browse/SACL-150
Pagination component steals focus: Whenever a pagination component is created or maxPage changes the component grabs the focus.
This is a problem when filtering e.g. tables - every time the number of pages of the results table changes, the focus moves away from the search input.
I don't really understand why this component is grabbing focus at all, but it should be at least configurable to not grab the focus.
The text was updated successfully, but these errors were encountered: