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

98
Views
typed character is getting covered by extension when I am typing

I have serchable drop down list in my react component. I have not used any css for it. but it is covering last character when I am typing.when I checked it is extension vault. I am not able to remove it. how can I remove it in my code?. I mean is there any css which can overrite it? like S is covered.I have marked in red if I type next character it will be covered

enter image description here

When I clicked on that character and inspected below css is coming but after lot of permutation I could not resolve it. enter image description here

this is my code for Select component import Select from "react-select";

<Select
    id="sponsor" 
    name="sponsor"
    className="form-control"
    placeholder="Select the sponsor"
    options={result.map((sponsor:Sponsor)=>
          ({ label: sponsor.name, value: sponsor.id })
    

  )}
  onChange={ (sponsorId:any,e:any)=>{
      setFieldValue("sponsor",sponsorId.value)
      result.map((sponsor:Sponsor)=>{
       if(sponsorId.value===sponsor.id){
       setFieldValue("address",sponsor.address);
       setFieldValue("address2",sponsor.address2);
       setFieldValue("zipCode",sponsor.zipCode);
       setFieldValue("city",sponsor.city);
       setFieldValue("sponsor",sponsor.name)
       }
      })
   }}
/>
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!