Skip to content
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

fix(#1270) : 解决 AtButton formType='submit' 微信小程序下不能触发事件 #1270 #1533

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

dengxiang
Copy link
Contributor

No description provided.

@shinken008 shinken008 linked an issue Sep 29, 2022 that may be closed by this pull request
@shinken008 shinken008 self-requested a review September 29, 2022 02:37
@@ -62,30 +62,6 @@ export default class AtButton extends React.Component<
this.props.onOpenSetting && this.props.onOpenSetting(event)
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://developers.weixin.qq.com/miniprogram/dev/component/form.html

微信端需加上 behaviors = ['wx://form-field']

@shinken008 shinken008 merged commit 829595e into NervJS:next Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

form 表单小程序提交事件报错
2 participants