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
Thanks for your very useful package.
I'm using vue-star-rating for Vue 3 for my new project. Though it works great but I noticed the div tag for screen readers extends the width of web page. Actually the following line do this:
<div class="sr-only" data-v-f675a548=""><span data-v-f675a548="" data-v-f675a548-s="">Rated 1 stars out of 5</span></div>
How can I solve this?
It must be noted that Vue 2 version works flawlessly.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Thanks for your very useful package.
I'm using vue-star-rating for Vue 3 for my new project. Though it works great but I noticed the div tag for screen readers extends the width of web page. Actually the following line do this:
<div class="sr-only" data-v-f675a548=""><span data-v-f675a548="" data-v-f675a548-s="">Rated 1 stars out of 5</span></div>
How can I solve this?
It must be noted that Vue 2 version works flawlessly.
Thanks in advance
The text was updated successfully, but these errors were encountered: