From 7188dd6dcada27549c8572144cd2e7c04876ef11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 22 Jul 2022 16:32:16 +0300 Subject: [PATCH] add noneStars --- src/views/rating/RatingDoc.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/rating/RatingDoc.vue b/src/views/rating/RatingDoc.vue index 3ebe2a87a..2f20002c7 100755 --- a/src/views/rating/RatingDoc.vue +++ b/src/views/rating/RatingDoc.vue @@ -142,7 +142,7 @@ import Rating from 'primevue/rating';
Accessibility
Screen Reader
-

Rating component internally uses radio buttons that are only visible to screen readers. The value to read for item is retrieved from the locale API via star and stars of the aria property.

+

Rating component internally uses radio buttons that are only visible to screen readers. The value to read for item is retrieved from the locale API via star, stars and noneStars of the aria property.

Keyboard Support

Keyboard interaction is derived from the native browser handling of radio buttons in a group.