Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(VProgressLinear): set aria-valuenow to current value #20845

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

SonTT19
Copy link
Contributor

@SonTT19 SonTT19 commented Jan 7, 2025

Description

fixes #19894

Markup:

<template>
  <v-app>
    <v-container>
      <v-progress-linear v-model="current" max="4" />
    </v-container>
  </v-app>
</template>

<script setup>
  import { ref } from 'vue'

  const current = ref(2)
</script>

@KaelWD KaelWD added this to the v3.7.x milestone Jan 15, 2025
@KaelWD KaelWD changed the title fix(VProgressLinear): change aria-valuenow value to current value fix(VProgressLinear): set aria-valuenow to current value Jan 15, 2025
@KaelWD KaelWD merged commit f9ac620 into master Jan 15, 2025
19 checks passed
@KaelWD KaelWD deleted the fix/19894-v-progress-linear-aria-valuenow branch January 15, 2025 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants