Skip to content

Commit

Permalink
Added filterSuggestions to project dropdown list (argoproj#13109)
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cai <yicai@redhat.com>
  • Loading branch information
ciiay committed Apr 5, 2023
1 parent f434ef0 commit 568baff
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,10 @@ export const ApplicationCreatePanel = (props: {
qeId='application-create-field-project'
field='spec.project'
component={AutocompleteField}
componentProps={{items: projects}}
componentProps={{
items: projects,
filterSuggestions: true
}}
/>
</div>
<div className='argo-form-row'>
Expand Down

0 comments on commit 568baff

Please sign in to comment.