You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
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)
With Fundamental version - 0.54.1 GIF (Working with old version)
The text was updated successfully, but these errors were encountered:
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)
With Fundamental version - 0.54.1 GIF (Working with old version)
The text was updated successfully, but these errors were encountered: