Skip to content

Commit

Permalink
updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Mar 4, 2023
1 parent 2f2d266 commit 6a05173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/mui-base/src/useAutocomplete/useAutocomplete.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ export interface UseAutocompleteProps<
* If `true`, the selected option becomes the value of the input
* when the Autocomplete loses focus unless the user chooses
* a different option or changes the character string in the input.
*
* In addition of `freeSolo` mode, the typed value will be the input value
* if the Autocomplete loses focus without highlighing an option.
* @default false
*/
autoSelect?: boolean;
Expand Down

0 comments on commit 6a05173

Please sign in to comment.