hasakilol
hasakilol
could you elaborate? or could you give some hint on how to make a `` always stay in view port?
maybe I should use react-select/async instead of react-select. Will update later.
 When using react-select/async, the placement is correct. It falls into` // 3: the menu will fit, if constrained`, not `// 1: the menu will fit, do nothing` if I...
 In contrast, when using react-select, the placement is wrong and falls into `// 1: the menu will fit, do nothing` My Suggestion is: Maybe react-select should recalculate the placement...