fast
fast copied to clipboard
fix(foundation): remove readonly from Slider
📖 Description
This PR removes the readonly
state for the Slider component in an effort to keep it close to the input range
's behavior.
The specs for the latter can be found here (see the 'Bookkeeping details' part after the examples).
See PR #6438 for a similar update to the radio button.
👩💻 Reviewer Notes
As it is a removal, the change is pretty straightforward. Code/tests/doc should be covered.
slider-label
should not be affected as far as I can tell.
✅ Checklist
General
- [x] I have included a change request file using
$ yarn change
- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [x] I have updated the project documentation to reflect my changes.
- [x] I have read the CONTRIBUTING documentation and followed the standards for this project.
Component-specific
- [ ] I have added a new component
- [x] I have modified an existing component
- [ ] I have updated the definition file
- [ ] I have updated the configuration file
@microsoft-github-policy-service agree company="Vonage"