diff --git a/client/src/components/pipelines/launch/form/utilities/enable-gpu-scaling.js b/client/src/components/pipelines/launch/form/utilities/enable-gpu-scaling.js index e1d339c213..652135b026 100644 --- a/client/src/components/pipelines/launch/form/utilities/enable-gpu-scaling.js +++ b/client/src/components/pipelines/launch/form/utilities/enable-gpu-scaling.js @@ -200,11 +200,22 @@ const InstanceTypeSelector = ( } } }; + const filterSelect = (input, option) => { + const value = option.props.value === emptyValueKey + ? option.props.title + : option.props.value; + return value + .toLowerCase() + .indexOf((input || '').toLowerCase()) >= 0; + }; return ( { allowEmpty && (