-
-
Notifications
You must be signed in to change notification settings - Fork 1.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
Can I customize the number of buttons under the dialog? #2127
Comments
The standard dialogs include a standard set of buttons. |
I expect to be able to increase the number of custom Button interfaces, thanks. There are a lot of use scenarios, such as a user registration dialog box to increase the use of user registration, user login, password recovery and many other functions, but currently only button support callback function |
Perhaps this issue could be re-worked as a feature request that shows how it could be presented? It may be less trivial than suggested as the "extra" buttons may want to be visually separate from the "standard" ones, which may imply that central positioning is not right going forward... |
We have discussed improving custom dialogs. I will work on that feature and intend to do something about this at the same time. |
I have opened #3703. Feel free to test and see if it suits your use cases. |
I will close this as completed now that the PR has been merged into the |
The default button under the dialog box is 2 or 1, one is OK and the other is cancel. Can I continue to increase the number of buttons?
The text was updated successfully, but these errors were encountered: