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

202
Views
How to prevent the textbox in react to cache/autoComplete previous values for any browser

I am bulding a react application where i am using some textboxes to enter some values ,but the problem i am facing is that the textbox is showing the previous values entered from the browser which i don't want. I have tried using autoComplete="off" but it is not working. I am posting the code i am using for the application

<div className="myCSS">
<label>Store</label>
<InputNumber mode="decimal" userGrouping ={false}
value={searchCriterias.storeNumber}
id={store_number}
name={store_number} 
autoComplete="off" // Here i am trying to apply the autoComplete 
onChange={(e) =>{     
 modify(store_number,e.target.value);
}}
/>
about 4 years ago · Juan Pablo Isaza
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!