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
1.14.0
https://visactor.io/vtable/demo/edit/custom-editor
先执行getvalue然后再执行validateValue
先执行validateValue然后再执行getvalue
- OS:macOS Monterey - Browser:Chrome 96.0.4664.55 - Framework:Vue@3
No response
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
应用户需求 这个函数原来是没有参数的 现在传递了几个参数,所以调用到了getValue。 请问你是什么场景?getValue执行两次会影响你的逻辑吗?validateValue返回的什么值 导致单元格更新了新值呢? @robertyclin
getValue方法return的值就直接更新到表格单元格了,而validateValue如果是校验失败的则无法退出编辑状态,输入框没有隐藏,而getValue方法return的值刷新了单元格,导致单元格的宽度发生变化,输入框没法完全遮住单元格了。
fangsmile
No branches or pull requests
Version
1.14.0
Link to Minimal Reproduction
https://visactor.io/vtable/demo/edit/custom-editor
Steps to Reproduce
Current Behavior
先执行getvalue然后再执行validateValue
Expected Behavior
先执行validateValue然后再执行getvalue
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: