fix(typo): visibale -> visible (#340)

This commit is contained in:
yqrashawn
2020-07-20 18:39:06 +08:00
committed by GitHub
parent a65f27b280
commit 229887b3cb
2 changed files with 5 additions and 5 deletions

View File

@@ -151,7 +151,7 @@ const Input = React.forwardRef<HTMLInputElement, React.PropsWithChildren<InputPr
/>
{clearable && (
<InputClearIcon
visibale={showClearIcon}
visible={showClearIcon}
heightRatio={heightRatio}
disabled={disabled || readOnly}
onClick={clearHandler}