Skip to content

Commit

Permalink
[Autocomplete] Add popperDisablePortal to classes (#18346)
Browse files Browse the repository at this point in the history
  • Loading branch information
nullberri authored and eps1lon committed Nov 13, 2019
1 parent 24840a8 commit 15b9f58
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export type AutocompleteClassKey =
| 'loading'
| 'noOptions'
| 'groupLabel'
| 'popperDisablePortal'
| 'groupUl';

export default function Autocomplete(props: AutocompleteProps): JSX.Element;

0 comments on commit 15b9f58

Please sign in to comment.