Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Improve autocomplete "limit tags" demo #30910

Merged
merged 11 commits into from
Feb 7, 2022
1 change: 1 addition & 0 deletions docs/data/material/components/autocomplete/LimitTags.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function LimitTags() {
renderInput={(params) => (
<TextField {...params} label="limitTags" placeholder="Favorites" />
)}
sx={{ minWidth: '500px' }}
danilo-leal marked this conversation as resolved.
Show resolved Hide resolved
/>
);
}
Expand Down
1 change: 1 addition & 0 deletions docs/data/material/components/autocomplete/LimitTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default function LimitTags() {
renderInput={(params) => (
<TextField {...params} label="limitTags" placeholder="Favorites" />
)}
sx={{ minWidth: '500px' }}
danilo-leal marked this conversation as resolved.
Show resolved Hide resolved
/>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
renderInput={(params) => (
<TextField {...params} label="limitTags" placeholder="Favorites" />
)}
sx={{ minWidth: '500px' }}
/>