float label configuration
Type: FloatLabelTypeDefault: auto
Type: FloatLabelType
Default: auto
import {NgMatFormOptions,NgMatFormFields} from 'ng-mat-forms'; // other imports here... export class MyTestApp { public ngMatFormsOptions: NgMatFormOptions = { column: 3, errorMsgOnSubmit: false //Field Changes trigger. floatLabel: '' // other options... }; }
Last updated 5 years ago
Was this helpful?