Posts by rafaelssce • 41 points
3 posts
-
1
votes3
answers4164
viewsQ: Mask for Ionic 3
I need to wear masks in Ionic 3. I need the mask to work in ion-input, I have tested the text-Mask but without success. Any tips on how to do it?
ionic3asked rafaelssce 41 -
1
votes2
answers428
viewsQ: *ngIf with Boolean
I have a boolean argument on a *ngIf, however it does not seem to work. If the argument is true: <ion-input type="text" *ngIf="produto.fracionado" value="Sim" readonly></ion-input> If…
-
1
votes1
answer1615
viewsQ: Ajax Request for Controller Spring
I am developing a system with back-end in Spring (Spring Boot) and front-end with HTML, CSS(Bootstrap) and Javascript(Jquery). I’m having trouble putting together an ajax request. Follow the Spring…