Skip to content

Commit 465e1d6

Browse files
committed
some reverts
1 parent 60de809 commit 465e1d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/pages/material-ui/api/autocomplete.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"default": "'auto'"
6060
},
6161
"freeSolo": { "type": { "name": "bool" }, "default": "false" },
62-
"fullWidth": { "type": { "name": "bool" }, "default": "true" },
62+
"fullWidth": { "type": { "name": "bool" }, "default": "false" },
6363
"getLimitTagsText": {
6464
"type": { "name": "func" },
6565
"default": "(more) => `+${more}`",

packages/mui-material/src/Autocomplete/Autocomplete.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export interface AutocompleteProps<
246246
forcePopupIcon?: true | false | 'auto';
247247
/**
248248
* If `true`, the input will take up the full width of its container.
249-
* @default true
249+
* @default false
250250
*/
251251
fullWidth?: boolean;
252252
/**

0 commit comments

Comments
 (0)