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
Add formless mode to ValidateForm for in-cell table editing (#7437)
* Add formless mode to ValidateForm for in-cell table editing
Introduces an IsFormless parameter to ValidateForm, allowing it to operate without rendering a form element, which is used for in-cell editing in Table. Updates Table to use this mode for in-cell editing, ensures validation is performed, and manages EditContext accordingly. Also fixes validation logic and EditTemplate usage to support the new mode.
* refactor: 代码重构精简代码逻辑
* refactor: 精简代码
* refactor: 优化性能
* refactor: 消除提示信息
* test: 增加单元测试
* refactor: 更新单元测试
---------
Co-authored-by: Argo Zhang <argo@live.ca>
0 commit comments