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
As mentioned under #3019, when changing the items per page on a pagination bar via keyboard navigation, the data-table updates immediately to the new length. It would be good if this could be changed only when enter is pressed
It should already be possible by setting the selectOnEnter prop to true
Summary of the bug
As mentioned under #3019, when changing the items per page on a pagination bar via keyboard navigation, the data-table updates immediately to the new length. It would be good if this could be changed only when enter is pressed
It should already be possible by setting the
selectOnEnter
prop totrue
🪜 How to reproduce
Tell us the steps to reproduce the problem:
🧐 Expected behaviour
To Be confirmed: the behaviour should either require pressing enter to select or be configurable
It needs to apply the the built in pagination bar or a custom slotted one
The text was updated successfully, but these errors were encountered: