We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
版本6.10
点击按钮后click事件是否可以触发另一个select组件的change事件,能否执行类似下面的动作
{ "actionType": "emit", "componentId": "myForm:city", // 正确组件标识 "eventName": "change", "args": {"value": "shanghai"} }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
版本6.10
点击按钮后click事件是否可以触发另一个select组件的change事件,能否执行类似下面的动作
{
"actionType": "emit",
"componentId": "myForm:city", // 正确组件标识
"eventName": "change",
"args": {"value": "shanghai"}
}
The text was updated successfully, but these errors were encountered: