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

173
Visualizações
How to create a search field with elastic ui and react?

I have 4 number fields, and a search field above them.

My goal is to show only the searched fields, like someone type in the search field "green"...then only display NumberField2 with the label "green".

Any ideas what is the easiest way to make it work?


 <Segment>
    <EuiFieldSearch
        placeholder="Search..."
    />
    <EuiFlexGroup id="myForm">
        <EuiFlexItem grow={3}>
            <EuiFormRow class="myFormInput" label="blue">
                <EuiFieldNumber
                    className='new-budget-input'
                    step={1}
                    min={1}
                    name="NumberField1"
                    aria-label="Use aria labels when no actual label is in use"
                    onChange={(e) => handleInputChange(e)}
                />
            </EuiFormRow>
            <EuiFormRow class="myFormInput" label="green">
                <EuiFieldNumber
                    className='new-budget-input'
                    step={1}
                    min={1}
                    name="NumberField2"
                    aria-label="Use aria labels when no actual label is in use"
                    onChange={(e) => handleInputChange(e)}
                />
            </EuiFormRow>
            <EuiFormRow class="myFormInput" label="red">
                <EuiFieldNumber
                    className='new-budget-input'
                    step={1}
                    min={1}
                    name="NumberField3"
                    aria-label="Use aria labels when no actual label is in use"
                    onChange={(e) => handleInputChange(e)}
                />
            </EuiFormRow>
            <EuiFormRow class="myFormInput" label="yellow">
                <EuiFieldNumber
                    className='new-budget-input'
                    step={1}
                    min={1}
                    name="NumberField4"
                    aria-label="Use aria labels when no actual label is in use"
                    onChange={(e) => handleInputChange(e)}
                />
            </EuiFormRow>
        </EuiFlexItem>
    </EuiFlexGroup>
</Segment>
almost 4 years ago · Santiago Trujillo
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