diff --git a/ui/dashboard/src/components/dashboards/inputs/ComboInput/index.tsx b/ui/dashboard/src/components/dashboards/inputs/ComboInput/index.tsx index 50d819872..ead7e61d1 100644 --- a/ui/dashboard/src/components/dashboards/inputs/ComboInput/index.tsx +++ b/ui/dashboard/src/components/dashboards/inputs/ComboInput/index.tsx @@ -235,6 +235,7 @@ const ComboInput = ({ // @ts-ignore SingleValue: SingleValueWithTags, }} + createOptionPosition="first" formatCreateLabel={(inputValue) => `Use "${inputValue}"`} menuPortalTarget={document.body} inputId={`${name}.input`}