Merge pull request #16541 from abpframework/fix/16540

remove unnecessary inputType
pull/16567/head
Masum ULU 2 years ago committed by GitHub
commit 384e4ca6d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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