fix(range): indication when range knob is focused (#25827)

This commit is contained in:
Sean Perkins
2022-09-26 15:15:44 -04:00
committed by GitHub
parent 1b2ccdd0d5
commit 2c815cff13
36 changed files with 124 additions and 10 deletions

View File

@ -701,6 +701,8 @@ const renderKnob = (
'range-knob-pressed': pressed,
'range-knob-min': value === min,
'range-knob-max': value === max,
'ion-activatable': true,
'ion-focusable': true,
}}
style={knobStyle()}
role="slider"