We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.info success warning error confirm 等方法 backdrop 参数为true时,点击遮罩层无法关闭弹窗,看了一下代码,在src/confirm.js Modal的关闭是使用 props.close 方法控制的,但是最终调动Modal组件时,Modal的onHide调用的是props.onHide方法 就算调用是传入onHide方法,也无法控制Modal的关闭
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
调用Modal.info success warning error confirm 等方法 backdrop 参数为true时,点击遮罩层无法关闭弹窗,看了一下代码,在src/confirm.js Modal的关闭是使用 props.close 方法控制的,但是最终调动Modal组件时,Modal的onHide调用的是props.onHide方法 就算调用是传入onHide方法,也无法控制Modal的关闭
The text was updated successfully, but these errors were encountered: