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

@@ -100,11 +100,11 @@ export default function ItemsSuggestField({
inputProps={{ placeholder: defautlSelectText }}
resetOnClose={true}
fill={true}
{...suggestProps}
popoverProps={{ minimal: true }}
className={classNames(CLASSES.FORM_GROUP_LIST_SELECT, {
[CLASSES.SELECT_LIST_FILL_POPOVER]: popoverFill,
})}
{...suggestProps}
/>
);
}