Browse Source

add default form-label class

pull/15741/head
Barış Can Yılmaz 3 years ago
parent
commit
0b38c50fd6
  1. 2
      npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts

2
npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts

@ -31,7 +31,7 @@ export class FormInputComponent extends AbstractNgModelComponent {
@Input() inputId!: string;
@Input() inputReadonly: boolean = false;
@Input() label: string = '';
@Input() labelClass: string = '';
@Input() labelClass = 'form-label';
@Input() inputPlaceholder: string = '';
@Input() inputType: string = 'text';
@Input() inputStyle: string = '';

Loading…
Cancel
Save