[autocomplete] Fix resetHighlightOnMouseLeave JSdoc by mj12albert · Pull Request #48536 · mui/material-ui (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Conversation
| renderValue: PropTypes.func, |
|---|
| /** |
| * If `true`, clears an option highlighted by mouse movement when the mouse leaves the listbox. |
| * @deprecated This behavior will be enabled by default in the next major version. |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not?
| * @deprecated This behavior will be enabled by default in the next major version. |
|---|
| * This behavior will be enabled by default in the next major version. |
ZeeshanTamboli changed the title
[autocomplete] Fix [autocomplete] Fix resetHightlightOnMouseLeave JSdocresetHighlightOnMouseLeave JSdoc
mj12albert deleted the fix-autocomplete-reset-highlight-prop-depr branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
Labels
Improvements or additions to the documentation.
Changes related to the autocomplete. This includes ComboBox.
A bug, but worse, it used to behave as expected.