Skip to content
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

Field组件,当type='digit', value=0时输入框不显示 #331

Closed
R-Future opened this issue Aug 23, 2022 · 0 comments · Fixed by #334, #336, #342, #343 or #348
Closed

Field组件,当type='digit', value=0时输入框不显示 #331

R-Future opened this issue Aug 23, 2022 · 0 comments · Fixed by #334, #336, #342, #343 or #348

Comments

@R-Future
Copy link

R-Future commented Aug 23, 2022

BUG 描述
Field组件,当type='digit', value=0时输入框不显示
复现步骤
<Field label="入会费用" placeholder="请填写费用" border={false} center clearable id="fee" value={0} type="digit"/>
期望结果
0
实际结果
不显示
截图
++++++++++++++++++
Screenshot from 2022-08-23 12-01-12
++++++++++++++++++
环境
v1.9.21
附加信息

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment