I'm using matInput and pattern for numbers and dots only
<mat-form-field>
<mat-label>Table Number</mat-label>
<input matInput placeholder="Enter Table Number"
pattern="^d+(.d+)*$" [(ngModel)]="newStudy.tableNo">
</mat-form-field>
<input type="button" class="body-popup-btn" value="Save" [disabled]="!pattern" (click)="onSubmitClick()" style="background: #1d5f93;">
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…