Daniel4Digital
Daniel4Digital
+1 on this! Would be very useful!
Is there an alternative to this? Because my script is loading twice on the meta script
We are using vee-validate on: * all our inputs, as on login and registration pages 📨 * and even on all our forms on our app to validate each of...
+1 same problem here
For what I checked, when the component is loaded with the directives it fires the copy directive. So instead of firing bind first, it will on some ocasions run unbind...
The same with FFFFFF. It gives NaN. difference('#1E1E1E', '#FFFFFF') difference('#1E1E1E', '#000000')
This is a must feature for me. Any news @CharltonSantana? Will you rewrite your PR?
I am missing this too.
+1, I can't trigger no matter what.
Only way I got was via refs: `this.$refs.tel_input.choose(this.bindProps.defaultCountry, true);` But it should be able to detect the change on the input field...