mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: suggestProps
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user