-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
InputItem Unknown event handler property onExtraClick
. It will be ignored.
#2565
Comments
指定 type为 money 就没有下边的警告了,有别的解决方法吗? |
这个问题怎么解决啊@warmhug |
I met the same problem, but I reinstall my node_modules just now ,the problems still here, what should I do? @KgTong @warmhug @yaoyuande |
We have fixed this problem, and will release a new version in the end of this month |
@KgTong This problem still recur in 2.1.10 |
not release yet |
InputItem onChange triggers the next element onClick |
Version
2.1.9
Environment
win10 chrome
Reproduction link
http://new-issue.ant.design/?repo=ant-design-mobile
Steps to reproduce
handleClick = () => {
this.customFocusInst.focus();
}
render() {
const { login, loading } = this.props;
// const { getFieldProps } = this.props.form;
}
运行后提示:
Unknown event handler property
onExtraClick
. It will be ignored.Unknown event handler property
onErrorClick
. It will be ignored.Unknown event handler property
onVirtualKeyboardConfirm
. It will be ignored.What is expected?
期望别报错
What is actually happening?
运行后提示:
Unknown event handler property
onExtraClick
. It will be ignored.Unknown event handler property
onErrorClick
. It will be ignored.Unknown event handler property
onVirtualKeyboardConfirm
. It will be ignored.The text was updated successfully, but these errors were encountered: