-
Notifications
You must be signed in to change notification settings - Fork 273
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
feat(popups): Implement declarative API for open/close #4653
Conversation
/** | ||
* Defines the opener id of the element that the popover is shown at | ||
* @public | ||
* @type {String} |
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.
since 1.2.0
@@ -60,12 +60,23 @@ const metadata = { | |||
|
|||
/** | |||
* Indicates if the element is open | |||
* @public | |||
* @type {boolean} |
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.
since 1.2.0
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.
Overall it seems fine, could you just check one more thing - Responsive Popover in the mobile case (opens as a Dialog), locally it blinks for me - opens and closes immediately. To test it - just click the first button on the test page http://localhost:8080/test-resources/pages/ResponsivePopover.html
Hello @TeodorTaushanov the change seems almost ready, there are just few comments left. Do you need any support from our side? |
#3527