-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
bug: ion-popover
is missing side
input for Angular bindings
#24466
Comments
Thanks for the issue! This issue has been labeled as In the meantime, please read our Winter Holiday Triage Guide for information on how to ensure that your issue is triaged correctly. Thank you! |
@guillaume-petit thanks for reporting this issue! On a quick review, it appears the directive is missing the This means that the value supplied to the directive is not being forwarded to the HTML element. |
ion-popover
is missing side
input for Angular bindings
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Prerequisites
Ionic Framework Version
Current Behavior
According to v6 popover documentation, there should be a "side" attribute available for choosing which side to display the popover.
But I can't see this attribute available in the current implementation of the popover angular directive.
Am I completely missing the point or is something missing?
Expected Behavior
The "side" attribute on the ion-popover element should allow me to choose on which side of the reference point the popover displays.
Steps to Reproduce
Code Reproduction URL
No response
Ionic Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: