-
Notifications
You must be signed in to change notification settings - Fork 289
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
fix: 解决InputNumber数字输入框,去除掉值之后失焦/确认之后会变成数值0的问题。 #1849
Conversation
这里可以使用一个开关的形式 |
也许做成一个props控制一下会更好 |
修复历史代码中为通过语法校验的语法错误。(formContext存在未被定义的情况无法通过ts语法校验)
PR preview has been successfully built and deployed to https://vue-devui-pr-1849.surge.sh. |
已经处理了,功能与官方Angular版本的参数和返回值一样。 并且顺便修复了一下历史文件中未通过ts校验的语法。(几处警告和一处报错。) |
历史问题getPropsSlot函数不通过eslint的ts检查:getPropsSlot函数无需设置参数类型。 |
PR preview has been successfully built and deployed to https://vue-devui-pr-1849.surge.sh. |
可以补充一下单元测试吗? |
PR preview has been successfully built and deployed to https://vue-devui-pr-1849.surge.sh. |
Deploy PR preview failed. |
6 similar comments
Deploy PR preview failed. |
Deploy PR preview failed. |
Deploy PR preview failed. |
Deploy PR preview failed. |
Deploy PR preview failed. |
Deploy PR preview failed. |
支持inputNumber可以允许输入空串值,即用户删除掉所有值之后有效 对应issues #1843