Celso Trindade
Celso Trindade
The switch with property 'disabled=true' is not working. I checked my console and the input didn't had the `disabled=true` set, so i was able to interact with it anyway. I...
I was modifying your css to match my page styles and I noticed if I change the time inside `.ui-notification.killed` will make the element not being destroyed from the body....
When I use a nested array, I keep getting an error on this line here: var array = collection.filter(function(item){ return !item.container; }).map(function(item){ return { part: item.getPart().id, y: item.element[0].getBoundingClientRect().top //Here is...
The first modal to ever be opened doesn't have animation. By looking at the html I noticed it doesn't have the element ``, only after I opened the first modal,...
Money mask?
Does it have a way to create a money mask? Or to 'reverse fill' the input? I tried to use this mask: `mask="9.99?9,99"` but it doesn't work because it fills...
Is there a way to put a loading indicator (like a gif) while the img is waiting/downloading ?
When I run the scsslint task, it's validating multiple .scss files, including those outside the specified folder inside `allFiles`. However, inside the options object, the exclude method is working fine,...
Recentemente tive um problema onde os pedidos com pagamento via cartão de crédito que foram autorizados não estavam sendo alterados automaticamente para 'Processando', ficavam com o status de 'Aguardando'. De...
### Current Behavior When I run any NX command, such as `nx run admin:build:production` (or development) the console prints the line `^[[12;1R` and doesn't proceed. ### Expected Behavior Expect the...
When moving from one nested listing to another, the element move but creates a clone on the older list. I've made [this plunker](https://plnkr.co/edit/9oAHQmXC2zGEUlBFkw3c?p=preview) to recreate the problem. If you move,...