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