You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the segmented-button becomes disabled, it is not possible to focus on it anymore - this is expected
But when the button becomes enabled, it is still not possible to focus on it.
We are using reactive forms, but the same happened with template driven
Can you handle that on the application side
We couldn't find a way to hack it. Is there a component method or service we could call to refresh things up?
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
ng 17 + fd 48
ng 18 + fd 53
If this is a bug, please provide steps for reproducing it; the exact components you are using;
There are 2 ways to reproduce:
Component is initialized as disabled and becomes enabled - focus not possible
Component is initialized as enabled, becomes disabled and enabled again -> focus not possible
Please provide relevant source code (if applicable).
Please provide stackblitz example(s).
the stackblitz crashes when I try to open it. It is simple to reproduce by just taking the last example in the docs with reactive forms and do:
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Did you check the documentation and the API?
yes
Did you search for similar issues?
yes
Is there anything else we should know?
IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.
The text was updated successfully, but these errors were encountered:
Is this a bug, enhancement, or feature request?
bug
Describe your proposal.
When the segmented-button becomes disabled, it is not possible to focus on it anymore - this is expected
But when the button becomes enabled, it is still not possible to focus on it.
We are using reactive forms, but the same happened with template driven
Can you handle that on the application side
We couldn't find a way to hack it. Is there a component method or service we could call to refresh things up?
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
ng 17 + fd 48
ng 18 + fd 53
If this is a bug, please provide steps for reproducing it; the exact components you are using;
There are 2 ways to reproduce:
Please provide relevant source code (if applicable).
Please provide stackblitz example(s).
the stackblitz crashes when I try to open it. It is simple to reproduce by just taking the last example in the docs with reactive forms and do:
In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.
Did you check the documentation and the API?
yes
Did you search for similar issues?
yes
Is there anything else we should know?
IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.
The text was updated successfully, but these errors were encountered: