Are you willing to submit a PR to fix? Yes
Requested priority: Normal
Describe the issue:
When Link control is set to 'disabled', aria-disabled attribute needs to be set to 'true'.
Additionally, the link (or button) should NOT be keyboard focusable on 'disable' state
Actual behavior:
- aria-disabled attribute is not being set to any value
- the link is focusable via keyboard
Expected behavior:
- aria-disabled attribute should be set to 'true'
- the link should NOT be focusable via keyboard
Are you willing to submit a PR to fix? Yes
Requested priority: Normal
Describe the issue:
When Link control is set to 'disabled', aria-disabled attribute needs to be set to 'true'.
Additionally, the link (or button) should NOT be keyboard focusable on 'disable' state
Actual behavior:
Expected behavior: