-
Notifications
You must be signed in to change notification settings - Fork 87
feat: add draggable attribute to vaadin-dialog-overlay #9784
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
Conversation
Some issues with this PR that need to be addressed:
@mukherjeesudebi Can you please try to address these? Edit: Just noticed that there is no 24.9 branch yet. Will check if this can be shipped in a v24.8 patch. |
I think it's such a small change that we could ship it in 24.8 (although we'll need to create 24.9 branch eventually). |
74776fb
to
849e54e
Compare
We also need to update the Lit version in 24.8 branch for consistency. |
If I run |
@mukherjeesudebi You need to make the same change in Edit: Note that the Lit syntax for setting a boolean attribute is slightly different, but there is an example with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed an update to the test, now it looks good to me.
|
This ticket/PR has been released with Vaadin 24.8.6. |
This ticket/PR has been released with Vaadin 24.9.0-alpha4. |
Description
Adds draggable attribute to vaadin-dialog-overlay such that it can be styled as currently it can be done with resizable like
Fixes # 9377