Skip to content

Commit

Permalink
[Autocomplete] Add popperDisablePortal to classes
Browse files Browse the repository at this point in the history
Resolves #18305
  • Loading branch information
nullberri authored Nov 13, 2019
1 parent 24840a8 commit d39f443
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 d39f443

Please sign in to comment.