Monday, 6 May 2024

max length

maxlength not work for input type number 


only number exe link

so for type text it will work but it will allow keys 

  <mat-form-field class="harsco-input" [floatLabel]="'always'">

                    <mat-label>Budgeted Approval  Amount($)</mat-label>
                    <input type="text" matInput name="BudgetedApprovalAmt" id="amount"  maxlength="3"
                      [(ngModel)]="workFlowMembers.ApprovalAmount"
                      required />
                  </mat-form-field>

No comments:

Post a Comment

calling or handling data without c# model

 calling or handling data without c# model Yes, it is possible to read data in a C# Web API without explicitly defining model classes for ev...