[autocomplete] Fix resetHighlightOnMouseLeave JSdoc by mj12albert · Pull Request #48536 · mui/material-ui (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@mj12albert

@mj12albert

@code-infra-dashboard

oliviertassinari

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.

@mj12albert

ZeeshanTamboli

@ZeeshanTamboli ZeeshanTamboli changed the title[autocomplete] Fix resetHightlightOnMouseLeave JSdoc [autocomplete] Fix resetHighlightOnMouseLeave JSdoc

May 19, 2026

@mj12albert

@mj12albert mj12albert deleted the fix-autocomplete-reset-highlight-prop-depr branch

June 3, 2026 14:29

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

docs

Improvements or additions to the documentation.

scope: autocomplete

Changes related to the autocomplete. This includes ComboBox.

type: regression

A bug, but worse, it used to behave as expected.