-
-
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
Modal open problem #3729
Comments
重置 Modal 内组件的状态、属性。 |
transfer 里的checkbox全选怎么重置?文档里没有? |
Transfer 还是要增加 |
感觉这里还是自己把 Model unmount 掉来处理好点吧? |
|
antd is amazing,thanks import React, { PureComponent, Component } from 'react'; class Modal extends (PureComponent || Component) { componentWillReceiveProps(nextProps) { render() { Modal.propTypes = { export default Modal; |
Modal 关闭打开后会带上一次的样式,比如搭配transfer,如果勾中了checkbox,那么Modal关闭后再打开checkbox还是勾中的。有什么办法解决这个问题????
The text was updated successfully, but these errors were encountered: