We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@nutui/nutui-react
2.6.18"
weapp
https://codesandbox.io/p/devbox/6pmvnn
输入框清空
实际form的store值是设置为undefined,但是控件内部的value没有被清空
No response
usePropsValue的源码中没有对undefined做操作,换成ahooks的useControllableValue就没有这个问题
undefined
ahooks
useControllableValue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
NutUI React 包名
@nutui/nutui-react
NutUI React 版本号
2.6.18"
平台
weapp
重现链接
https://codesandbox.io/p/devbox/6pmvnn
重现步骤
期望的结果是什么?
输入框清空
实际的结果是什么?
实际form的store值是设置为undefined,但是控件内部的value没有被清空
环境信息
No response
其他补充信息
usePropsValue的源码中没有对
undefined
做操作,换成ahooks
的useControllableValue
就没有这个问题The text was updated successfully, but these errors were encountered: