chore: add unit test to high frequency component (#17423)

This commit is contained in:
Joel
2025-04-03 18:19:11 +08:00
committed by GitHub
parent 2e9997110a
commit 31a6aabfe5
12 changed files with 924 additions and 41 deletions

View File

@@ -43,7 +43,7 @@ const Input = ({
styleCss,
value,
placeholder,
onChange,
onChange = () => { },
unit,
...props
}: InputProps) => {