-
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
使用<form>报错:Expected a component class以及用InputItem无法输入内容 #603
Comments
在最外面套了个form |
react-native 没有 form 标签 |
RN InputItem Android 下面不能输入的话有可能是组件里设置了 maxLength 默认 -1 的原因 https://github.com/ant-design/ant-design-mobile/blob/0.9.x/components/input-item/index.tsx#L21,我先 check 一下 0.9,这个我在 master 上已修了 @ssjjnn |
把代码也同步到 0.9.x 分支 @silentcloud |
等待 0.9.11 发布 |
|
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread. |
本地环境
你做了什么?
无法输入内容
然后根据List组件里面的例子,在最外面套了个
,报错:Expected a component class你期待的结果是:
实际上的结果:
可重现的在线演示
The text was updated successfully, but these errors were encountered: