-
Notifications
You must be signed in to change notification settings - Fork 1
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
POC - auro-popover: Native support #239
Comments
The outcome of this POC was that it is not what we want to use to replace PopperJS because of the lack of positioning API needed to achieve how we want the component to behave. I am not closing this out yet, but moving back to investigating, as there was some discussion about using the modal dialog features provided in Native Popover in order to achieve the new dropdown mobile look. |
Native Popover will not meet our needs. We are investigating Floating UI instead. |
Duplicate of #218 |
Is your feature request related to a problem? Please describe.
We would like to incorporate the new native HTML version of popover. We need to first identify the scope of this work. What components will end up changes as a result of this.
We have had a number of issues where the popover doesn't appear where it should and our hypothesis is that leveraging the native popover will be more reliable and allow us to get rid of popover.js
Describe the solution you'd like
This component is either retired and replaced with native support or this component is updated to utilize native html support.
Describe alternatives you've considered
No response
Additional context
This component is often used in auro-dialog for form components and it is in those state where we see the majority of issues.
Exit criteria
The text was updated successfully, but these errors were encountered: