spectrum-web-components
spectrum-web-components copied to clipboard
[Bug]: Slider, with editable, using a mobile device, shows virtual keyboard for a short time
trafficstars
Code of conduct
- [X] I agree to follow this project's code of conduct.
Impacted component(s)
Slider
Expected behavior
Slider with editable attribute, on mobile devices, should not trigger virtual keyboard when dragging to change.
Actual behavior
Slider with editable attribute, on mobile devices, is opening virtual keyboard, although input is not focused
Screenshots
No response
What browsers are you seeing the problem in?
Chrome
How can we reproduce this issue?
Open https://studio.webcomponents.dev/preview/a5T5HC4etLGmfUD750PF on a mobile device, using Chrome and try to use the first slider
Sample code that illustrates the problem
<sp-slider editable/>
Logs taken while reproducing problem
No response