You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vnbaaij native HTML sliders do not support a readonly attribute, only inputs that accept text entry may be readonly, as per the HTML spec:
"Only text controls can be made read-only, since for other controls (such as checkboxes and buttons) there is no useful distinction between being read-only and being disabled, so the readonly attribute does not apply."
Component
Slider
Package version
3.0.0-beta-82
@microsoft/fast-element version
2.1
Environment
Current Behavior
When setting readonly="true" value of the slider can be changed by keyboard and mouse interaction.
Expected Behavior
When setting readonly="true" value of the slider should not be able to be changed by keyboard and mouse interaction.
Reproduction
https://stackblitz.com/edit/typescript-elwdevpm?file=package.json
Steps to reproduce
Just operate on the slider in the rendered html. Interaction is still possible although readonly is set.
Are you reporting an Accessibility issue?
None
Suggested severity
High - No workaround
Products/sites affected
FluentUI Blazor v5
Are you willing to submit a PR to fix?
no
Validations
The text was updated successfully, but these errors were encountered: