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
TypeError: jQuery(...).inputmask is not a function
at InputMask.ngAfterViewInit (inputmask.js:63)
at DebugAppView._View_UserComponent0.detectChangesInternal (UserComponent.template.js:1959)
at DebugAppView.AppView.detectChanges (view.ts:255)
at DebugAppView.detectChanges (view.ts:372)
at DebugAppView.AppView.detectViewChildrenChanges (view.ts:283)
at DebugAppView._View_HeaderComponent0.detectChangesInternal (HeaderComponent.template.js:1118)
at DebugAppView.AppView.detectChanges (view.ts:255)
at DebugAppView.detectChanges (view.ts:372)
at DebugAppView.AppView.detectViewChildrenChanges (view.ts:283)
at DebugAppView._View_AppComponent0.detectChangesInternal (AppComponent.template.js:194)
This line in inputmask.ts is causing it: jQuery(this.el.nativeElement.children[0])['inputmask'](cfg);
I'm not sure what the associative array (on a jQuery object!) is trying to achieve here but I'd love an explanation.
This line in
inputmask.ts
is causing it:jQuery(this.el.nativeElement.children[0])['inputmask'](cfg);
I'm not sure what the associative array (on a jQuery object!) is trying to achieve here but I'd love an explanation.
Thanks for the help.
related to #510
The text was updated successfully, but these errors were encountered: