Skip to content

Commit

Permalink
Bring back missing test
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Nov 15, 2024
1 parent 31edb8b commit 3f1d593
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ import {Autocomplete as MyAutocomplete} from '@mui/material';
}}
/>;

<CustomAutocomplete
componentsProps={{
clearIndicator: { width: 10 },
paper: { width: 12 },
popper: { width: 14 },
popupIndicator: { width: 16 },
}}
/>;

<CustomAutocomplete
ChipProps={{ height: 10 }}
PaperComponent={CustomPaper}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ import {Autocomplete as MyAutocomplete} from '@mui/material';
}
}} />;

<CustomAutocomplete
componentsProps={{
clearIndicator: { width: 10 },
paper: { width: 12 },
popper: { width: 14 },
popupIndicator: { width: 16 },
}}
/>;

<CustomAutocomplete
ChipProps={{ height: 10 }}
PaperComponent={CustomPaper}
Expand Down

0 comments on commit 3f1d593

Please sign in to comment.