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

Wrong y position with headerHeight? #135

Open
dFelinger opened this issue Aug 23, 2024 · 0 comments
Open

Wrong y position with headerHeight? #135

dFelinger opened this issue Aug 23, 2024 · 0 comments

Comments

@dFelinger
Copy link

Version ^4.0.0-rc.5

Dropdown vertical position is more than actually needed.

In Version ^4.0.0-rc.5 in AutocompleteDropdownContext.tsx styles headerOffset is added to top position but in previous version headerOffset is substracted.

^4.0.0-rc.5
top: inputMeasurements.y + inputMeasurements.height + 5 + headerOffset,

3.1.4
top: inputMeasurements.y + inputMeasurements.height + 5 - headerOffset,

@dFelinger dFelinger changed the title Wrong y position? Wrong y position with headerHeight? Aug 23, 2024
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

No branches or pull requests

1 participant