-
-
Notifications
You must be signed in to change notification settings - Fork 132
Get raw value #42 #278
base: master
Are you sure you want to change the base?
Get raw value #42 #278
Conversation
As I said, I just broke the main function in 3 functions and added one more test case. The cognitive complexity cannot be resolved without removing the switch/case strategy. |
Hey @lucasvst Thanks for contribution! 👍 I like the idea. This library needs refactoring and I'm glad that someone makes it. I will review changes soon. |
@probil thanks! |
I don't like |
I'll reserve some time to look it! |
Hello. This feature is very useful, so when will we can use it? |
It sure would be nice to have this. |
Thumb up if you like to have this PR merged. |
1 year passed. Why wasn't this pull request accepted? |
Hi, what is the status of this PR? Is it possible to rebase it and fix conflicts? Thanks! |
Also interested :) any plan for this? |
As a workaround, I've replaced v-mask by vue-the-mast and it works really well 👍 |
Any news? |
This commit isolates the steps of formatting in separated functions. This way, when the code is setting the previousValue to element.dataset, it can get the rawValue and adds it to dataset too.
Looks like a big change, but I really just separated the code.
By the way, thanks for the directive. It's too useful.