Skip to content
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

Add displayValue and change selection and value #13207

Merged
merged 10 commits into from
Jul 25, 2023
Merged

Conversation

MonikaKirkova
Copy link
Contributor

@MonikaKirkova MonikaKirkova commented Jul 5, 2023

Closes #13089

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

@teodosiah teodosiah added the 🛠️ status: in-development Issues and PRs with active development on them label Jul 6, 2023
@MonikaKirkova MonikaKirkova added ❌ status: awaiting-test PRs awaiting manual verification and removed 🛠️ status: in-development Issues and PRs with active development on them labels Jul 10, 2023
@RivaIvanova RivaIvanova added 💥 status: in-test PRs currently being tested ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification 💥 status: in-test PRs currently being tested labels Jul 19, 2023
jackofdiamond5
jackofdiamond5 previously approved these changes Jul 20, 2023
@@ -8,7 +8,7 @@
<ng-container ngProjectAs="igx-hint, [igxHint]">
<ng-content select="igx-hint, [igxHint]"></ng-content>
</ng-container>
<input igxInput #comboInput name="comboInput" type="text" [value]="value" readonly
<input igxInput #comboInput name="comboInput" type="text" [value]="displayValue.join(', ')" readonly
Copy link
Member

Choose a reason for hiding this comment

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

For future reference - we might want to expose a way for the users to define a custom separator for the values in the combo.

projects/igniteui-angular/src/lib/combo/combo.component.ts Outdated Show resolved Hide resolved
@teodosiah teodosiah merged commit f9d3a4e into master Jul 25, 2023
@teodosiah teodosiah deleted the mkirkova/fix-13089 branch July 25, 2023 07:17
desig9stein pushed a commit that referenced this pull request Jul 26, 2023
* feat(combo): add displayValue and change selection and value

* chore(combo): add migrations and update CHANGELOG.md

* chore(combo): add requested changes
@deyvidnenchev deyvidnenchev linked an issue Jul 26, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
combo simple-combo version: 16.1.x ✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On change action of combo in AppBuilder null is referred igxCombo API changes - value & selection
4 participants