-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
taro-ui AtSearchBar组件输入字符后会有两个清除按钮 #17162
Comments
This was referenced Jan 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
H5
浏览器版本: Microsoft Edge 131.0.2903.112
使用框架: React
复现步骤
<AtSearchBar
placeholder='请输入'
value={searchValue}
onChange={(value) => { setSearchValue(value) }}
onActionClick={onActionClick}
/>
期望结果
只有一个清除按钮
实际结果
有两个清除按钮
环境信息
The text was updated successfully, but these errors were encountered: