Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

180
Visualizações
React Select Overlaps With Label

I am using react-select ^5.1.0 and my options and values are displayed well. I have a small issue when scrolling the options, a select word overlapps the options. I have attached an image that can explain better. What can i do to remove the select word on my options? It blocks them.

My code :

const methods = useForm();

<label> Line Manager : </label>
   <Controller
     control={methods.control}
     className="basic-single"
     classNamePrefix="select"
     styles={{ marginTop : '10px', marginBottom : '10px'}}
     name="line_manager"
      render={({ value, ref }) => (
       <Select
         inputRef={ref}
         options={items}
         className="basic-multi-select"
         value={items.find(c => c.fullnames === value)}
         onChange={val => setLineManager(val.id)}
         getOptionLabel={items => items.fullnames}
         getOptionValue={items => items.id}
       />
     )}
  />

my select

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Looks like the label on those select boxes have a higher z-index than that of the options box. Ideally, you need to increase the z-index of the options overlay.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda