-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: force a name attribute on radio inputs (#1435)
Radio inputs now have a correctly filled name attribute. When this attribute is not set and we bind a [formGroup] on the input, angular considers that the radio button is global. It is therefore impossible to create several different groups of radio buttons on the page (changing one of the buttons will erase the status of the others). This fix prevents this unexpected behavior --------- Co-authored-by: Silke <s.grueber@intershop.de>
- Loading branch information
1 parent
597edc9
commit a8f0817
Showing
3 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters