-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Needed possibility to configure dialog size and even dialog itself. #22
Comments
Hello @slavap , |
@lcuis better to add onShowDialog, it will be more powerful customization. But nothing wrong with adding both, for simple cases dialogConstraints could be easier to use. |
Sorry for the late reply. I hope version 2.0.2 solves this issue as well as #23 with the possibility to control the layout of the dropdown dialog through If it doesn't solve, please reopen this issue. |
Currently there is a property: menuConstraints, but it is ignored in case of dialogBox = true
As result on large screens dialog takes almost all available space, which looks bad.
Please add property dialogConstraints to be able to limit dialog size.
Also it would be absolutely perfect if option for overriding showDialog() call is added, like:
That way it will be possible to configure showDialog() exactly the way it is needed for my application, even replacing standard dialog to custom one.
The text was updated successfully, but these errors were encountered: