-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add displayValue and change selection and value (#13207)
* feat(combo): add displayValue and change selection and value * chore(combo): add migrations and update CHANGELOG.md * chore(combo): add requested changes
- Loading branch information
1 parent
d50cd5d
commit f9d3a4e
Showing
10 changed files
with
373 additions
and
169 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
21 changes: 21 additions & 0 deletions
21
projects/igniteui-angular/migrations/update-16_1_0/changes/members.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"$schema": "../../common/schema/members-changes.schema.json", | ||
"changes": [ | ||
{ | ||
"member": "value", | ||
"replaceWith": "displayValue", | ||
"definedIn": [ | ||
"IgxComboComponent", | ||
"IgxSimpleComboComponent" | ||
] | ||
}, | ||
{ | ||
"member": "selection", | ||
"replaceWith": "value", | ||
"definedIn": [ | ||
"IgxComboComponent", | ||
"IgxSimpleComboComponent" | ||
] | ||
} | ||
] | ||
} |
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.