How does the rating component work?
Closed this issue · 4 comments
jjtbsomhorst commented
Hi,
the docs are a bit minimal. How is the rating component actually working? Does it support v-model? Any events that we can use to get the actual value?
nightswinger commented
thanks for comment.
Rating component currently does not support v-model and not emit any events.
jsomhorst commented
so,, what is the use case of it then?
nightswinger commented
here is example
https://stackblitz.com/edit/vitejs-vite-cbppjs
jjtbsomhorst commented
but if v-model is not supported how to get the value of the component?