igxCombo API changes - value & selection #13089
Labels
🐛 bug
Any issue that describes a bug
combo
version: 16.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
value
should return an array of value keys instead of display keysselection
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.displayValue
that will return [] of display keys or CSV.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.
The text was updated successfully, but these errors were encountered: