Skip to content

Commit

Permalink
leave note for the future
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 15, 2024
1 parent 0464241 commit 78bf8b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-base/src/useAutocomplete/useAutocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export function useAutocomplete(props) {
const {
// eslint-disable-next-line @typescript-eslint/naming-convention
unstable_isActiveElementInListbox = defaultIsActiveElementInListbox,
// TODO should be using base class name by default
// eslint-disable-next-line @typescript-eslint/naming-convention
unstable_classNamePrefix = 'Mui',
autoComplete = false,
Expand Down

0 comments on commit 78bf8b2

Please sign in to comment.