enterprise
enterprise copied to clipboard
Toolbar buttons: redundant aria-disabled attribute on toolbar button.
Describe the bug on disabled toolbar buttons, there is a disabled attribute and also a redundant aria-disabled attribute.
To Reproduce
Steps to reproduce the behavior:
- Go to http://localhost:4000/components/toolbar-flex/example-favor-buttonset.html
- inspect the disabled button via inspect element
- button has both aria-disabled and disabled attribute.
Expected behavior when it has a disabled attribute, it doesn't need an aria-disabled attribute.
Version
- ids-enterprise: 4.64
Screenshots If applicable, add screenshots to help explain your problem.
Platform
- Infor Application/Team Name: Landmark Client
- Device: (if applicable): NA
- OS Version: Windows 10
- Browser Name: Firefox
- Browser Version: 100.0.2 (64-bit) Additional context
https://jira.lawson.com/browse/LMCLIENT-40130