This website requires JavaScript.
Explore
Help
Sign In
JLNTV_IPD
/
tmagic-editor
Watch
4
Star
0
Fork
0
You've already forked tmagic-editor
mirror of
https://github.com/Tencent/tmagic-editor.git
synced
2026-07-15 15:51:07 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
tmagic-editor
/
packages
/
form
/
tests
/
unit
History
roymondchen
734e6a8ee6
feat(form): 支持 rules.typeMatch 按字段 type 校验值类型与选项匹配
...
新增可扩展的 typeMatch 校验能力,兼容 async-validator 规则体系,并补充文档与单元测试。
2026-07-13 15:52:56 +08:00
..
containers
feat(form): fieldset legend 支持函数动态生成标题
2026-06-02 14:24:09 +08:00
fields
fix(form): select 在 model 值变化时补拉 init 选项
2026-05-18 17:49:21 +08:00
utils
feat(form): 支持 rules.typeMatch 按字段 type 校验值类型与选项匹配
2026-07-13 15:52:56 +08:00
Form.extra.spec.ts
feat(form): support useFieldTextInError option
2026-06-26 16:38:40 +08:00
Form.spec.ts
refactor(form): 保持单向数据流,表单内部的组件不去修改表单的值,统一通过chang事件通知表单修改
2025-11-12 19:52:30 +08:00
FormDialog.spec.ts
test: 完善测试用例
2026-05-14 15:26:22 +08:00
submitForm.spec.ts
feat(form): submitForm 支持返回 changeRecords
2026-06-02 16:43:07 +08:00