Slider: different value read by screen reader when step is not 1 and hasTextbox is true
Bug already reported?
[X] I confirm that I have checked if the bug already has been reported
For which framework/library you are reporting the bug
React, Angular
Component name
slider
Description
During the step is set as value other than 1 and with input text box being activated, direct change on input text box will actually causing the reader has two different value, if the value entered by the user is not able to get using the slider.
Steps To Reproduce
Set the step attribute to 1000, hasTextbox to true
Change input text value to 1500.
Open screen reader and tab through the text box and slider.
Screen reader will read 1500 for the input but 1600 for the slider.
Current Behaviour
Wrong value spoke from the screen reader.
Expected Behaviour
The screen reader shall read the same value for both the input box and slider.
Slider: different value read by screen reader when step is not 1 and hasTextbox is true
Bug already reported?
For which framework/library you are reporting the bug
React, Angular
Component name
slider
Description
During the step is set as value other than 1 and with input text box being activated, direct change on input text box will actually causing the reader has two different value, if the value entered by the user is not able to get using the slider.
Steps To Reproduce
Current Behaviour
Wrong value spoke from the screen reader.
Expected Behaviour
The screen reader shall read the same value for both the input box and slider.