-
Notifications
You must be signed in to change notification settings - Fork 27
References to autonumeric need to be updated #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For those who need the alias workaround, put this in the vue.config.js file:
|
@AlexandreBonneau can I pick up this issue please? I have a big project to maintain that has failing pipelines due to this issue |
@arthurnassar You may not have noticed it but the author has thumbed up your comment :) |
@xuhdev yeah... I actually have something kinda ready but I'm having a difficult time on creating a branch to push it ... Am I doing something wrong? |
You should fork this repo, push your changes to your own fork, then from github, create a pull request from your repo to this one |
Aaah ok ok ... thanks, its my first contribution so I was not familiar with the flow |
Well... I tried a lot, and none if my attempts worked. Only changing references wouldn't be enough because of the backwards compatibility with the CDN right? anyone has any ideas that could help or at least give a light on this? Would really like to turn this library compatible with both |
What do you mean by 'backwards compatibility with the CDN'? |
Well by backwards compatibility I was meaning keep the lib working with both the CDN or the autonumeric on node_modules approach... Soon as I have some time I will post a detailed info of everything that I tried with the errors that I ran into. |
Hello,
This component has great potential but using it is very inconvenient as it uses the outdated AutoNumeric case instead of the current lower case autonumeric naming convention. This forces complicated webpack configs as a workaround. Would it be possible to fix this issue?
Just doing a simple replace all "AutoNumeric" to "autonumeric" in the source JS file seems to fix the problem.
Best,
Kal
The text was updated successfully, but these errors were encountered: