Skip to content
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

🚸 Autocomplete: implement native popover #3416

Merged
merged 2 commits into from
May 3, 2024

Conversation

oddvernes
Copy link
Collaborator

resolves #3413

Copy link
Collaborator

@torleifhalseth torleifhalseth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +347 to +352
if (disablePortal) {
console.warn(
'Autocomplete "disablePortal" prop has been deprecated. Autocomplete now uses the native popover api',
)
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nice developer experience 🎖️

@oddvernes oddvernes merged commit 5cbda66 into develop May 3, 2024
5 of 6 checks passed
@oddvernes oddvernes deleted the OOVE/3413-autocomplete-popover branch May 3, 2024 10:30
mhwaage pushed a commit to mhwaage/design-system that referenced this pull request Jul 29, 2024
* 🚸 Autocomplete: implement native popover

* Autocomplete: update tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚸Autocomplete etc: Implement popover attribute
2 participants