hasakilol

Results 4 comments of 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.

![react-select-async](https://user-images.githubusercontent.com/46310359/111412992-6053c680-8718-11eb-97a7-0a2fbf604228.png) 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...

![react-select](https://user-images.githubusercontent.com/46310359/111450341-4089c600-874b-11eb-9574-886b0bc4360f.png) 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...