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
Hello, first of all, I would like to say you guys have a really good project here.
I'm trying to add autoNumeric into my Blazorise component library, but it seems it will not be so easy as I first thought. Based on the sentence in your readme
autoNumeric is a standalone Javascript library
I would assume autoNumeric uses vanilla JS and does not require any dependency like jQuery. Turns out it isn't exactly true. It even has require("jquery") in the autoNumeric.js. Also based on this #244 I would also assume jquery was already removed a long time ago.
What I want to accomplish is to import autoNumeric as a regular ES6 module. But unless I also use JQuery it will not be possible. Do you guys have any plans to remove it from the dependency?
The text was updated successfully, but these errors were encountered:
Hello, first of all, I would like to say you guys have a really good project here.
I'm trying to add autoNumeric into my Blazorise component library, but it seems it will not be so easy as I first thought. Based on the sentence in your readme
I would assume autoNumeric uses vanilla JS and does not require any dependency like jQuery. Turns out it isn't exactly true. It even has
require("jquery")
in theautoNumeric.js
. Also based on this #244 I would also assume jquery was already removed a long time ago.What I want to accomplish is to import autoNumeric as a regular ES6 module. But unless I also use JQuery it will not be possible. Do you guys have any plans to remove it from the dependency?
The text was updated successfully, but these errors were encountered: