Hey,
i use a *SelectBox *from *DevExtreme*.
When the user is leaving the SelectBox *I will get a event*.
I gaz "focusOut" will be the right on.
So I implement the call like that:
<dx-select-box [dataSource]="languages" displayExpr="Name" valueExpr="ID" [
value]="cookieLanguage" fieldTemplate="field"
(onFocusOut)="onSelectLanguageFocusOut()">
Inside the myCom.component.ts,
and in the MyCom -class I write:
onSelectLanguageFocusOut() {
alert('hu');
}
The alert is never called.
I tryed the same with "onChanged" and this also is not working.
*Why this event does not work?*
Thanks for help!
Frank
--
You received this message because you are subscribed to the Google Groups
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.