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

Combobox : ngModelChange event is not getting triggered with 0.54.2 #13002

Open
nagacharangt opened this issue Feb 3, 2025 · 0 comments · May be fixed by #13063
Open

Combobox : ngModelChange event is not getting triggered with 0.54.2 #13002

nagacharangt opened this issue Feb 3, 2025 · 0 comments · May be fixed by #13063
Assignees

Comments

@nagacharangt
Copy link

nagacharangt commented Feb 3, 2025

Is this a bug, enhancement, or feature request?
Bug

Describe your proposal.
ngModelChange event is not getting triggered with 0.54.2. (Which was working fine with 0.54.1)

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
Angular - 18.0.0
Fundamental - 0.54.2

If this is a bug, please provide steps for reproducing it; the exact components you are using;

<fd-combobox
fillControlMode="equal"
placeholder=""
[communicateByObject]="true"
[state]="getInputState()"
[dropdownValues]="dropdownValues"
[(ngModel)]="value"
(blur)="onBlur()"
(itemClicked)="onBlur()"
(ngModelChange)="updateComboboxOutput()"
>

Used the [communicateByObject] boolean input for custom objects for the dropdownValues and combobox to only trigger onChange when a value is selected, rather than every time the input changes.

Did you check the documentation and the API?
Yes

Did you search for similar issues?
Yes

Is there anything else we should know?

With Fundamental version- 0.54.2 GIF (Not working)

Image

With Fundamental version - 0.54.1 GIF (Working with old version)

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants