fix: suggestProps

This commit is contained in:
elforjani3
2020-12-31 14:48:54 +02:00
parent d1808c7b5a
commit bb8b2c4743
3 changed files with 3 additions and 3 deletions

View File

@@ -96,11 +96,11 @@ export default function ContactsSuggestField({
resetOnClose={true}
// fill={true}
popoverProps={{ minimal: true }}
{...suggestProps}
inputValueRenderer={handleInputValueRenderer}
className={classNames(CLASSES.FORM_GROUP_LIST_SELECT, {
[CLASSES.SELECT_LIST_FILL_POPOVER]: popoverFill,
})}
{...suggestProps}
/>
);
}