Y. Taborda

Results 6 comments of Y. Taborda

It doesn't matter the number you use in the option: - 0.8 / 0,8 - 0.5 / 0,5 - 1 - 1505656565 It doesn't work, because the option is never...

Ok, still not working, thanks any way, as you said, here is the code: ```javascript async function newPdf(data) { const order = Object.keys(data.cotizar.companias).sort(); // client files + folder const fileName...

I have the same problem.

Solved, just replace this: `'enterMode' => 'CKEDITOR.ENTER_BR',` for this: `'enterMode' => 3,`

I'm having the same trouble, maybe I can bypass @pedrobacchini bug with an event function to validate the dummy field and erase it afterViewInit or something like that, but like...

It's not a final fix, but in the meanwhile, I was able to solve the problems I had: If you work with ngModel, change the selectedItems for `this.selectedItems = [{itemName:...