Skip to content

Commit

Permalink
yarn proptypes
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 23, 2019
1 parent b7b07e5 commit 5034e69
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ export interface UseAutocompleteProps {
options?: any[];
/**
* The value of the autocomplete.
*
* The value must have reference equality with the option in order to be selected.
* You can customize the equality behavior with the `getOptionSelected` prop.
*/
value?: any;
}
Expand Down

0 comments on commit 5034e69

Please sign in to comment.