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

238
Views
Material UI DropDown Focus Remove

I want to remove the focus background color for the target dropdown

<Dropdown
                options={branding}
                fullWidth
                id='Name'
                placeholder='Name'
                label='Name'
                name='Name'
                className='form-name-input name-textbox name-dropDown'
                data-test='name-dropbox'
                onChange={handleChange}
                value={values.brand}
                error={errors.brand}
                style= {{             
                  MuiSelect: {
                    select: {
                      "& .MuiSelect-select:focus": {
                        backgroundColor: 'transparent',
                      }
                    }
                }}        
              }
              />

On focus i am getting the focus to white I need to change the color once drop down is removed, I d want to use inline styling only . want to remove backgroundColor in focus or set it to transparent for only this dropdown

styles of the drop-down element

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!