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

fix(select): make menu position adjustable #6305

Merged
merged 5 commits into from
Jun 18, 2024
Merged

fix(select): make menu position adjustable #6305

merged 5 commits into from
Jun 18, 2024

Conversation

aweiss-dev
Copy link
Member

We had an issue with our select integration.

Placing it in a modal could lead to issues with displaying the menu list properly (it got cut off).

This PR adds the possibility to display the menu-list relatively instad of absolute via a new property overlayMenu, which is true by default and therefore does not require current implementations to be updated.

Problem:
Screenshot 2024-06-18 at 15 03 49

Using the new prop:
Screenshot 2024-06-18 at 15 04 34

Copy link

sonarcloud bot commented Jun 18, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@aweiss-dev aweiss-dev merged commit 72fc348 into main Jun 18, 2024
8 checks passed
@aweiss-dev aweiss-dev deleted the fix/ui-select branch June 18, 2024 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants