mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
fix: suggestProps
This commit is contained in:
@@ -120,11 +120,11 @@ export default function AccountsSuggestField({
|
|||||||
resetOnClose={true}
|
resetOnClose={true}
|
||||||
fill={true}
|
fill={true}
|
||||||
popoverProps={{ minimal: true }}
|
popoverProps={{ minimal: true }}
|
||||||
{...suggestProps}
|
|
||||||
inputValueRenderer={handleInputValueRenderer}
|
inputValueRenderer={handleInputValueRenderer}
|
||||||
className={classNames(CLASSES.FORM_GROUP_LIST_SELECT, {
|
className={classNames(CLASSES.FORM_GROUP_LIST_SELECT, {
|
||||||
[CLASSES.SELECT_LIST_FILL_POPOVER]: popoverFill,
|
[CLASSES.SELECT_LIST_FILL_POPOVER]: popoverFill,
|
||||||
})}
|
})}
|
||||||
|
{...suggestProps}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -96,11 +96,11 @@ export default function ContactsSuggestField({
|
|||||||
resetOnClose={true}
|
resetOnClose={true}
|
||||||
// fill={true}
|
// fill={true}
|
||||||
popoverProps={{ minimal: true }}
|
popoverProps={{ minimal: true }}
|
||||||
{...suggestProps}
|
|
||||||
inputValueRenderer={handleInputValueRenderer}
|
inputValueRenderer={handleInputValueRenderer}
|
||||||
className={classNames(CLASSES.FORM_GROUP_LIST_SELECT, {
|
className={classNames(CLASSES.FORM_GROUP_LIST_SELECT, {
|
||||||
[CLASSES.SELECT_LIST_FILL_POPOVER]: popoverFill,
|
[CLASSES.SELECT_LIST_FILL_POPOVER]: popoverFill,
|
||||||
})}
|
})}
|
||||||
|
{...suggestProps}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -100,11 +100,11 @@ export default function ItemsSuggestField({
|
|||||||
inputProps={{ placeholder: defautlSelectText }}
|
inputProps={{ placeholder: defautlSelectText }}
|
||||||
resetOnClose={true}
|
resetOnClose={true}
|
||||||
fill={true}
|
fill={true}
|
||||||
{...suggestProps}
|
|
||||||
popoverProps={{ minimal: true }}
|
popoverProps={{ minimal: true }}
|
||||||
className={classNames(CLASSES.FORM_GROUP_LIST_SELECT, {
|
className={classNames(CLASSES.FORM_GROUP_LIST_SELECT, {
|
||||||
[CLASSES.SELECT_LIST_FILL_POPOVER]: popoverFill,
|
[CLASSES.SELECT_LIST_FILL_POPOVER]: popoverFill,
|
||||||
})}
|
})}
|
||||||
|
{...suggestProps}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user