fixed autocomplete poppercomponent overlapping sidebar
Signed-off-by: JeevaRamanathan <jeevaramanathan.m@infosys.com>
This commit is contained in:
+3
@@ -78,6 +78,9 @@ export const TemplateCategoryPicker = () => {
|
||||
Categories
|
||||
</Typography>
|
||||
<Autocomplete<string, true>
|
||||
PopperComponent={popperProps => (
|
||||
<div {...popperProps}>{popperProps.children}</div>
|
||||
)}
|
||||
multiple
|
||||
id="categories-picker"
|
||||
options={availableTypes}
|
||||
|
||||
Reference in New Issue
Block a user