Geanny Hernández Rodríguez

Results 6 comments of Geanny Hernández Rodríguez

I solve this issue declaring my own `.d.ts` file, I am using create-react-app, this search for the file `src/global.d.ts` This is how it look to me, any suggestion is welcome:...

Thanks!!! @sami616 , I solved my issue

Hi, i do something like that meybe this is what you need or meybe not, you decide ``` html ``` ``` javascript draw: function() { // "tron" case if (this.$.data('skin')...

add in the override **draw** function in index.html this `this.g.lineCap = this.lineCap;`

I debug the library, and the problem is that trigger a 'blur' event when you click several times

i change the code in line 175 -176 and add `if (ev.type == "blur" && $(this).prop("readonly")) return;` : ``` javascript ... this.$.bind( 'change blur', function(ev) { if (ev.type == "blur"...