You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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,
The text was updated successfully, but these errors were encountered: