Browse Source

Merge pull request #16541 from abpframework/fix/16540

remove unnecessary inputType
pull/16567/head
Masum ULU 3 years ago
committed by GitHub
parent
commit
384e4ca6d4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      npm/ng-packs/packages/theme-shared/src/lib/components/form-input/form-input.component.ts

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

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

Loading…
Cancel
Save