This is a migrated thread and some comments may be shown as answers.

MaskedTextbox change event not supported in IE v11 browser

4 Answers 97 Views
MaskedTextBox
This is a migrated thread and some comments may be shown as answers.
Sushant
Top achievements
Rank 1
Veteran
Sushant asked on 17 Sep 2020, 05:03 AM

Sample code:

<kendo-maskedtextbox  id="txteef610884cad733d72d8"  name="txteef610884cad733d72d8"  mask="(0000)-(00000)"  (change)="update($event)"                     [(ngModel)]="contact"  #txteef610884cad733d72d8="ngModel"></kendo-maskedtextbox>

 

4 Answers, 1 is accepted

Sort by
0
Martin Bechev
Telerik team
answered on 18 Sep 2020, 11:35 AM

Hi Sushant,

Thank you for the provided code snippet.

It should work when using valueChange event on KendoMaskedTextBoxComponent, as demonstrated in this stackblitz sample.

Please do not hesitate to ask further questions if any appear.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Sushant
Top achievements
Rank 1
Veteran
answered on 21 Sep 2020, 04:31 AM

Hi Martin,
Thanks for your replied.

change event will only fire once you blur away from that input field. But valueChange will fire each input change.
Actually i need change event's feature which will fire only once.

Thanks,

Sushant

 

0
Martin Bechev
Telerik team
answered on 22 Sep 2020, 07:42 AM

Hi Sushant,

For that purpose, the developer can utilize the built-in blur event of the MaskedTextbox component:

https://www.telerik.com/kendo-angular-ui/components/inputs/api/MaskedTextBoxComponent/#toc-events.

https://stackblitz.com/edit/angular-z1qxme?file=app/app.component.ts

I hope this helps.

Regards,
Martin
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

0
Sushant
Top achievements
Rank 1
Veteran
answered on 24 Sep 2020, 05:01 AM

Hi Martin,

Thanks for your valuable replied, it's working as expected.

Thanks & regards,

Sushant

Tags
MaskedTextBox
Asked by
Sushant
Top achievements
Rank 1
Veteran
Answers by
Martin Bechev
Telerik team
Sushant
Top achievements
Rank 1
Veteran
Share this question
or