You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Vue warn]: Failed setting prop "size" on : value 0 is invalid. DOMException: Failed to set the 'size' property on 'HTMLInputElement': The value provided is 0, which is an invalid size.
建议处理一下,开发起来控制台一大堆 warning, 影响很大。
The text was updated successfully, but these errors were encountered:
Hello @wvq, your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you!
ant-design-vue/components/input/Input.tsx
Lines 286 to 313 in cddaf8c
inputProps.size
如果为0
或者undefined
等任意 false 值, 传递给<input {...inputProps} />
会报一个warning
[Vue warn]: Failed setting prop "size" on : value 0 is invalid. DOMException: Failed to set the 'size' property on 'HTMLInputElement': The value provided is 0, which is an invalid size.
建议处理一下,开发起来控制台一大堆 warning, 影响很大。
The text was updated successfully, but these errors were encountered: