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 installed the plugin using the instructions for Typescript here, so just used this in the console: npm install --save-dev @types/jquery-mask-plugin
When I try to use the code $("#inputID").mask('AAAAAAAAAA'); in the app, I get this error in devtools when running the project: Uncaught TypeError: $(...).mask is not a function
Am I using this wrong because it is typescript? My version is 4.1.3
The text was updated successfully, but these errors were encountered:
I installed the plugin using the instructions for Typescript here, so just used this in the console:
npm install --save-dev @types/jquery-mask-plugin
When I try to use the code
$("#inputID").mask('AAAAAAAAAA');
in the app, I get this error in devtools when running the project:Uncaught TypeError: $(...).mask is not a function
Am I using this wrong because it is typescript? My version is 4.1.3
The text was updated successfully, but these errors were encountered: