Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

209
Views
autoComplete=true has no effect on Autocomplete of MUI
    <Autocomplete
      disablePortal
      autoComplete={true} // set to true
      id="combo-box-demo"
      options={top100Films}
      sx={{ width: 300 }}
      renderInput={(params) => <TextField {...params} label="Movie" />}
    />

runnable example:

https://codesandbox.io/s/h1sr5?file=/demo.js:185-407

It has not effect. It does not auto complete the word that is typed in.

What is wrong? How to fix?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

autoComplete={true} does work (note: your example doesn't have it included, but I think that is not intentional), just not the way you'd expect (probably the MUI documentation could be improved on this point).

With autoComplete={true}, when navigation through the list of suggestions (using the arrow-down key), the selected item gets prefilled into the textbox:

Behavior for autocomplete true

With autoComplete={false}, you need to press Enter before the text gets filled in.

Behavior for autocomplete false

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!