Fixed issue where the training type dropdown in the ui was not showing fully

This commit is contained in:
Jaret Burkett 2026-06-03 10:14:15 -06:00
parent d9f26c2f87
commit b5f21ae695
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,8 @@ export const SelectInput = (props: SelectInputProps) => {
isMulti={multiple}
className="aitk-react-select-container"
classNamePrefix="aitk-react-select"
menuPosition="fixed"
menuPlacement="auto"
onChange={selected => {
if (multiple) {
const arr = (selected as { value: string }[] | null) ?? [];