mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 03:38:54 +01:00
docs: accessibilty issue on range example
This commit is contained in:
@@ -3,5 +3,6 @@ const value = ref(50)
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<URange v-model="value" />
|
<label for="range" class="sr-only" />
|
||||||
|
<URange id="range" v-model="value" name="range" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user