diff --git a/src/BaseInput.tsx b/src/BaseInput.tsx index 7b7cd60..4cee233 100644 --- a/src/BaseInput.tsx +++ b/src/BaseInput.tsx @@ -55,7 +55,7 @@ const BaseInput: FC = (props) => { }); // ================== Prefix & Suffix ================== // - if (hasPrefixSuffix(props)) { + if (hasAffix) { // ================== Clear Icon ================== // let clearIcon: ReactNode = null; if (allowClear) {