diff --git a/ui/src/components/select/aircraft-multiselect.tsx b/ui/src/components/select/aircraft-multiselect.tsx index ac1f581..3cf9cc3 100644 --- a/ui/src/components/select/aircraft-multiselect.tsx +++ b/ui/src/components/select/aircraft-multiselect.tsx @@ -80,6 +80,7 @@ export function AircraftMultiselect({ aircraft, selectedAircraftCodes, loading, selectedOptions={selectedOptions} onChange={(e) => onChange(e.detail.selectedOptions.flatMap((v) => v.value ? [v.value] : []))} keepOpen={true} + virtualScroll={true} filteringType={'auto'} tokenLimit={2} disabled={disabled}