-
-
Notifications
You must be signed in to change notification settings - Fork 50.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
AutoComplete组件 BUG #4778
Comments
第一个问题在这 #4768 |
这个是加了表单控件的getFieldDecorator这个之后就有问题 |
Please learn how to write readable Markdown, and it's a good habit to preview your comment before submitting. Please provide a re-producible demo: http://codepen.io/benjycui/pen/KgPZrE?editors=001 |
@benjycui @RaoHai OK,demo已经制作好了:http://codepen.io/wangliguo/pen/KaxvYO?editors=1010, 感谢指导 |
https://facebook.github.io/react/docs/react-component.html#state this.state 里应该只存 plain JavaScript object,不应该存放 Visual Dom。 |
好像真不是放 virtualdom 的问题。。。 |
找到问题了。。 此处 用了 React.Children.toArray(children); 然鹅,React.Children.toArray 会被 React 加一个 .$ 的 prefix。 |
@wangliguo6666 修复之前你可以暂时用 |
@ALL, 感谢各位的解答帮助!^-^a |
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. |
Environment(required)
What did you do? Please provide steps to re-produce your problem.
What do you expected?
What happen?
1.输入框高度变低了
2.自动补全的字符前端自动添加了其他不期望的字符".$"
Re-producible online demo
The text was updated successfully, but these errors were encountered: