-
Notifications
You must be signed in to change notification settings - Fork 160
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.comboversion: 16.0.x
Description
Description
- igxCombo
value
should return an array of value keys instead of display keys - igxCombo
selection
should return an array of data items. Currently, it does it, whenvalueKey
is not provided, but return array of value keys when thevalueKey
is provided, which should be done by thevalue
property. - new
displayValue
that will return [] of display keys or CSV. - values in the events should be synced with igc-combo: Combo change event emits wrong value igniteui-webcomponents#796
Please check the latest API changes in the spec: https://github.com/IgniteUI/igniteui-angular/wiki/IgxCombo-(Component)
Please check the web-components combo spec and implementation in order to be in sync between 2 frameworks: https://github.com/IgniteUI/igniteui-webcomponents/wiki/%5BWIP%5D-Combo-Specification
Migrations will be needed.
- igniteui-angular version: 16.x
Metadata
Metadata
Assignees
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.comboversion: 16.0.x