We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
when using inside a the numbers disappears after blur event
<mat-form-field appearance="outline" floatLabel="always"> <mat-label>Value</mat-label> <input matInput type="number" ngInputNumberI18n=".2-2" [(ngModel)]="value"> <span matSuffix>%</span> </mat-form-field>