-
Notifications
You must be signed in to change notification settings - Fork 270
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(ui5-popover): implement hide-block-layer property #2413
Conversation
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.
It's worth adding a test, moreover soon the components will be handed over and it is good if they have decent code coverage
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.
Please rename "block layer" to "backdrop" only in the public API as this is what most people would understand. The hide/showBlockLayer functions are already used in third-party popups so don't rename them
It is fine to m, @vladitasev could you check if everything is ok, I removed your review as outdated |
Fixes #2406