use typeahead for mapper list
This commit is contained in:
parent
d2bf69fac7
commit
1894664a6d
1 changed files with 2 additions and 2 deletions
|
@ -223,7 +223,7 @@ export const LdapMapperDetails = () => {
|
|||
>
|
||||
<Controller
|
||||
name="providerId"
|
||||
defaultValue=" "
|
||||
defaultValue=""
|
||||
control={form.control}
|
||||
data-testid="ldap-mapper-type-select"
|
||||
render={({ onChange, value }) => (
|
||||
|
@ -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