Is your feature request related to a problem? Please describe.
For a11y reasons the buttons have to be added to the DOM in the order they are visible to the user. Currently first will be the next button rendered and then previous button. Correct is, to first output the previous button and then the next button.
Describe the solution you'd like
An option to set which button should come first, or fix it globally.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe.
For a11y reasons the buttons have to be added to the DOM in the order they are visible to the user. Currently first will be the next button rendered and then previous button. Correct is, to first output the previous button and then the next button.
Describe the solution you'd like
An option to set which button should come first, or fix it globally.
Describe alternatives you've considered
No response
Additional context
No response