Posts by Carlos Rodrigues • 3 points
1 post
-
0
votes1
answer30
viewsQ: Validation of Nativescript empty fields
Need to validate multiple Fields (text, Dropdown) in one form, which is divided into two : <StackLayout> <TextField required [text]="usr.nome" [(ngModel)]="usr.nome"></TextField>…