#4146 Add menu position recalculation after async data is loaded#4542
#4146 Add menu position recalculation after async data is loaded#4542Wunsz wants to merge 3 commits intoJedWatson:masterfrom
Conversation
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit f4f16d7:
|
|
Greetings @Wunsz , This looks interesting and thank you for contributing. We are in the process of replacing Flow with TypeScript so to avoid complexities, we are pausing on merging PR's. Once the TypeScript conversion and any other potential breaking changes have been pushed in the major release, we will take a look at this PR along with any other work associated with Menu positioning, sizing, and event handling. |
Fixes #4146 by calling
getPlacementfunction inMenuPlaceronce async call is finished (both promise and callback approach).