Skip to content

fix(combos): change valid property type to exposed IgxInputState #13646

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

damyanpetev
Copy link
Member

The previous type was IgxComboState but that was not exported from the public API
image
and was also identical in values and somewhat redundant, so just switched over to the existing IgxInputState it was using underneath anyway.

Closes #

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

previous type was `IgxComboState` but that was not exported from the
public API and was also identical in values and somewhat redundant
kdinev
kdinev previously approved these changes Nov 8, 2023
CHANGELOG.md Outdated
@@ -28,6 +28,9 @@ All notable changes for each version of this project will be documented in this
- `ISimpleComboSelectionChangingEventArgs` exposes two new properties `newSelection` and `oldSelection` in place of the old ones that are no longer affected by `valueKey` and consistently emit items from Combo's `data`.

Note: In remote data scenarios with `valueKey` set, selected items that are not currently part of the loaded data chunk will be emitted a partial item data object with the `valueKey` property.
- `IgxCombo`,`IgxSimpleCombo`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog entry is not needed.

@kdinev kdinev added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Nov 8, 2023
@kdinev kdinev merged commit c0e1ac2 into master Nov 8, 2023
@kdinev kdinev deleted the dpetev/combo-valid-state branch November 8, 2023 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants