Marcos Mendes

Results 6 comments of Marcos Mendes

I know this is a bad code, and it is not the best solution, but this works for web applications at least. It gets the **canvas** element and make a...

Add this to field and the validation will be disabled, all values will be accepted `ng-model-options="{ allowInvalid: true }"`

It doesn't work for me also. I'm trying to find out what's wrong

The docs shows a subscribe method, maybe it fits for you https://github.com/beholdr/maska#getting-raw-unmasked-value

I'm facing the same problem. Any of you have found a solution? @JoaoHamerski @wduandy

> @PLPeeters I was having the same issue. I added this and everything worked correctly. > > ``` > ngAfterViewInit() { > this.fileUploader.onAfterAddingFile = (item => { > item.withCredentials =...