fix(slider): add aria-labelledby to slider thumb (#1435)

Ref: https://github.com/carbon-design-system/carbon/pull/11798
This commit is contained in:
metonym 2022-08-10 07:42:12 -07:00
commit b4ffed9044

View file

@ -185,6 +185,7 @@
aria-valuemax="{max}"
aria-valuemin="{min}"
aria-valuenow="{value}"
aria-labelledby="{labelId}"
id="{id}"
></div>
<div bind:this="{trackRef}" class:bx--slider__track="{true}"></div>