Angular accessibility aria-live won't vocalize on "0" value

174 Views Asked by At

I'm willing to make an Angular component vocable for visual impairs. The components has two buttons which add or remove 10 on the displayed value. The displayed value is vocable for any value except when the value is "0%". I can't figure this out.

Software used to vocalize : NVDA latest on windows.

Working example : https://stackblitz.com/edit/angular-stepper-input?file=src%2Fapp%2Fstepper-input%2Fstepper-input.component.html

Ps : this has nothing to do with Angular afaik, same example with vanilla js presents the same issue.

Thanks

UPDATE: Firefox and Edge : Not working, Chrome and IE : Working

0

There are 0 best solutions below