Hi All, I am trying to figure out input mask for already couple of days, and nothing is working. Even simple examples do not. Here you are telling that at least mask is working. I have tried your code but InputMask class is not recognized, and i don't see it in imports.
Can you help me please? Please, write anything you put in package.json, systemjs.config.js, app.module.ts, etc. Thank you in advance! On Friday, July 8, 2016 at 8:42:52 AM UTC-4, Sander Elias wrote: > > Hi Константин > > The problem is that your JQ plugin is not fireing the needed events. It > eats the change and input events. It does not have very well. > There is a eay way around, just leverage the power of NG2 and attached the > change detection to the keyup event. > Here is a sample <http://plnkr.co/edit/u7tdyU4kPBdFk8Ce7bxZ?p=preview> on > how to do that/ > > Regards > Sander > > -- You received this message because you are subscribed to the Google Groups "Angular" 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.
