|
|
@ -36,7 +36,6 @@ export class FormInputComponent extends AbstractNgModelComponent {
|
|
|
|
@Input() label = '';
|
|
|
|
@Input() label = '';
|
|
|
|
@Input() labelClass = 'form-label';
|
|
|
|
@Input() labelClass = 'form-label';
|
|
|
|
@Input() inputPlaceholder = '';
|
|
|
|
@Input() inputPlaceholder = '';
|
|
|
|
@Input() inputType = 'text';
|
|
|
|
|
|
|
|
@Input() inputStyle:
|
|
|
|
@Input() inputStyle:
|
|
|
|
| {
|
|
|
|
| {
|
|
|
|
[klass: string]: any;
|
|
|
|
[klass: string]: any;
|
|
|
|