-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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] Fix typo in Autocomplete #19775
Conversation
The description for the `selectOnFocus` prop of `Autocomplete` had the word "clearning", which (based on the functionality) I'm assuming was meant to be "clear".
No bundle size changes comparing f2d74e9...c7dd87a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix.
We autogenerate the docs from the propTypes documentation. You have to edit the description in packages/material-ui-lab/Autocomplete/Autocomplete.js
though and run yarn docs:api
.
@aurnik Thank you for opening a pull request :) |
The description for the
selectOnFocus
prop ofAutocomplete
had the word "clearning", which (based on the functionality) I'm assuming was meant to be "clear".