[Bug] 自定义编辑器的getValue方法比validateValue方法要先执行,与官方提供的流程图不符
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
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
- OS:macOS Monterey
- Browser:Chrome 96.0.4664.55
- Framework:Vue@3
Any additional comments?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.