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
I want to know if there is any way to add customTemplate for the INPUT showing selected option.
Same as we have the template option for "notFoundTemplate" and "itemTemplate"
The text was updated successfully, but these errors were encountered:
no I think.. to get the selected value displayed in input, I just used [(ngModel)]="selectedVal" and initialized selectedVal in selectEvent function --- (selected)="selectEvent($event)"
I want to know if there is any way to add customTemplate for the INPUT showing selected option.
Same as we have the template option for "notFoundTemplate" and "itemTemplate"
The text was updated successfully, but these errors were encountered: