mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(range): indication when range knob is focused (#25827)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user