Skip to content

Commit

Permalink
fix: changes based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
hroth1994 committed Sep 17, 2024
1 parent 6b079b0 commit 6bdf665
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions es-ds-components/components/es-rating.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ const update = (value: number) => {
</div>
<rating
v-else
role="slider"
aria-valuemin="1"
aria-valuemax="5"
:aria-valuenow="roundedRating"
:model-value="roundedRating"
:cancel="false"
:readonly="readOnly"
Expand Down
1 change: 1 addition & 0 deletions es-ds-docs/pages/molecules/rating.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<script setup lang="ts">
// Event will trigger twice when using keyboard to focus due to PrimeVue bug
const changeEvent = ($event) => {
// eslint-disable-next-line no-alert
alert($event.value);
Expand Down

0 comments on commit 6bdf665

Please sign in to comment.