-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Suggestion for improving the dialog component #2062
Labels
feature request
New feature or request
Comments
I'll think of it. |
|
Thanks :) |
2是不是已经做了? |
We haven't finished 2. If esc is pressed, no callback will be fired. You may mean close (clicked) event. |
This issue does not have any recent activity. If you are still experiencing similar problems, open a new error, including a minimal copy of the problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This function solves the problem (这个功能解决的问题)
Usability of the dialog box
Expected API (期望的 API)
[Very necessary] Blocking the "Negative button" when the loading property = true or give access to button properties;
[Very necessary] Adding a dialog closing event to the "ESC" key;
Make "useDialog" promisable for comfortable work with asynchronous functions.
Example:
The text was updated successfully, but these errors were encountered: