use typeahead for mapper list
This commit is contained in:
parent
d2bf69fac7
commit
1894664a6d
1 changed files with 2 additions and 2 deletions
|
@ -239,7 +239,7 @@ export const LdapMapperDetails = () => {
|
|||
setIsMapperDropdownOpen(false);
|
||||
}}
|
||||
selections={value}
|
||||
variant={SelectVariant.single}
|
||||
variant={SelectVariant.typeahead}
|
||||
>
|
||||
<SelectOption
|
||||
key={0}
|
||||
|
|
Loading…
Reference in a new issue