mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 12:45:32 +08:00
fix(typo): visibale -> visible (#340)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user