No react-select should ever render upwards within the Schedule comp

This commit is contained in:
Alex van Andel 2023-01-22 16:42:09 +00:00
parent 17a0a61313
commit 9e779b49a6

View File

@ -270,6 +270,7 @@ const LazySelect = ({
return (
<Select
options={options}
menuPlacement="bottom"
onMenuOpen={() => {
if (min) filter({ offset: min });
if (max) filter({ limit: max });