steedos / steedos.com

华炎魔方官网、应用商城:使用serverless-nextjs开发前端页面,通过graphql接口连接华炎魔方数据。无服务、自动化部署。

Home Page:https://www.steedos.cn/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

表单事件前端开发文档整理

lizhenghotoa opened this issue · comments

老文档:https://steedos.github.io/developer/object_form/;
新表单支持的事件有:onValuesChange、initialValues、beforeDelete、afterDelete、beforeView、afterView;
https://github.com/steedos/steedos-platform/blob/7322fc0e0ce4cd711ada2a8e1741cb1398b2681b/packages/standard-objects/object-database/object_fields.object.yml
目前onValuesChange函数我只找到这个地方有,可以参考下,这个函数就是antd表单的onValuesChange事件函数
image