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
I have the same issue and the version I'm using is 0.2.16. You just hard-coded it in BlazorPagination.razor and changing it via NextText="Next" and PreviousText="Prev" only concatenates both values.
Describe the bug
Settings e.g. NextText will be concatenated with hard coded value
To Reproduce
Steps to reproduce the behavior:
Set NextText="Next"
Expected behavior
Title should say "Next" but it says "NextGo to next page"
The text was updated successfully, but these errors were encountered: