I have the following button in one of my web pages.
For some reason, Voiceover/Chrome will read "Add the new customer, button list 2 items".
I have no idea why it is being read like this.
On JAWS/IE11, it reads correctly as "Add the new customer, button". Any ideas?
<button aria-label="Add the new customer" class="btn btn-primary" ng-click="addNewCustomer()">Add</button>