mirror of
https://github.com/turbot/steampipe.git
synced 2026-04-13 22:00:05 -04:00
Dashboard UI combo input should display the "Use <custom value>" option before matching options so that users can hit return to submit their custom value #1816
This commit is contained in:
@@ -235,6 +235,7 @@ const ComboInput = ({
|
||||
// @ts-ignore
|
||||
SingleValue: SingleValueWithTags,
|
||||
}}
|
||||
createOptionPosition="first"
|
||||
formatCreateLabel={(inputValue) => `Use "${inputValue}"`}
|
||||
menuPortalTarget={document.body}
|
||||
inputId={`${name}.input`}
|
||||
|
||||
Reference in New Issue
Block a user