mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: suggestProps
This commit is contained in:
@@ -120,11 +120,11 @@ export default function AccountsSuggestField({
|
||||
resetOnClose={true}
|
||||
fill={true}
|
||||
popoverProps={{ minimal: true }}
|
||||
{...suggestProps}
|
||||
inputValueRenderer={handleInputValueRenderer}
|
||||
className={classNames(CLASSES.FORM_GROUP_LIST_SELECT, {
|
||||
[CLASSES.SELECT_LIST_FILL_POPOVER]: popoverFill,
|
||||
})}
|
||||
{...suggestProps}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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