diff --git a/framework/core/js/src/common/components/Input.tsx b/framework/core/js/src/common/components/Input.tsx index da4eaddb5..2605582ec 100644 --- a/framework/core/js/src/common/components/Input.tsx +++ b/framework/core/js/src/common/components/Input.tsx @@ -48,8 +48,8 @@ export default class Input extend > {this.attrs.prefixIcon && } {this.input({ inputClassName, value, inputAttrs })} - {this.attrs.loading && } - {this.attrs.clearable && value && !this.attrs.loading && ( + {this.attrs.loading ? : null} + {this.attrs.clearable && value && !this.attrs.loading ? (