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
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for an issue that matches the one I want to file, without success.
Bug type
Other
It affects the following packages
Components
Which version of Lyne Components are you using
1.3.0
Operating system
Windows 10 / MacOS
Browser / Browser version
Chrome / Safari
Input mode
Mouse/Keyboard
Additional settings
No response
What happened?
I have a checkbox group with an for loop in it to generate checkboxes.
These checkboxes have a check that if there is only one checked checkbox left it should be disabled.
This works fine but if i check another checkbox the styling of the disabled one doesn't update (functionality works fine)
I found out that the following element still has the "disabled" property (the "disabled" property on the checkbox itself is correctly removed)
Preflight Checklist
Bug type
Other
It affects the following packages
Components
Which version of Lyne Components are you using
1.3.0
Operating system
Windows 10 / MacOS
Browser / Browser version
Chrome / Safari
Input mode
Mouse/Keyboard
Additional settings
No response
What happened?
I have a checkbox group with an for loop in it to generate checkboxes.
These checkboxes have a check that if there is only one checked checkbox left it should be disabled.
This works fine but if i check another checkbox the styling of the disabled one doesn't update (functionality works fine)
I found out that the following element still has the "disabled" property (the "disabled" property on the checkbox itself is correctly removed)
Steps to reproduce the issue
https://stackblitz.com/edit/stackblitz-starters-mfbq4h?file=angular.json
Relevant log output
The text was updated successfully, but these errors were encountered: