-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ui5-radiobutton): improve group handling (#348)
* Added new property "name", which replaces the property "group" (removed with this change) * When selection changes within the group by user interaction - single "select" event is being fired and the newly selected radio button is the event target. * if more than one radio buttons within a group is set as selected, the last one is effectively selected. * if a ui5-radiobutton is added to a new group, the single selection rule would be applied. * if the selected state is programatically changed, the single selection rule is applied and no event is fired. BREAKING CHANGE: the property "group" is replaced by the "name" property.
- Loading branch information
Showing
8 changed files
with
236 additions
and
144 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
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
Oops, something went wrong.