-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
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
chore:表单项事件参数动态构建&事件补充&文档补充 #9224
Conversation
👍 Thanks for this! Please review the labels and make any necessary changes. |
packages/amis-editor/src/util.ts
Outdated
item => item[valueField || 'value'] !== undefined | ||
); | ||
|
||
console.log(option); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log
4b1fc22
to
bdd0121
Compare
@@ -505,6 +506,19 @@ export function registerOptionsControl(config: OptionsConfig) { | |||
return !!rendererEvent?.prevented; | |||
} | |||
|
|||
async dispatchOptionEvent2(eventName: string, eventData: any = '') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
想个有意义的名字
What
Why
How