fundamental-ngx
fundamental-ngx copied to clipboard
fix(core): add possibility to set aria-label for input-group
Related Issue(s)
closes https://github.com/SAP/fundamental-ngx/issues/11940
Description
If the input group is used without a label there's no way to set aria-label for the input field. The PR contains the following changes:
- adds aria-label input
- if aria-label is provided, aria-labelledby is null
- updated the examples