Closed
Description
Hello,
when using the b-component with ARIA attribute label-page it always appends the page number to the string in that attribute as per https://bootstrap-vue.js.org/docs/components/pagination-nav. For example if I wanted screenreader to read the software as Page {pagenumber} selected. It would then generate an aria attribute that the screenreader software would then read as Page {pagenumber} selected pagenumber. Is there anyway to remove the default values so I dynamically use the ARIA labels the v-model?
Thanks.