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

241
Visualizações
Can't select dropdown items in react-native-autocomplete-dropdown

I am having an issue with react-native-autocomplete-dropdown. I can't select any items from the dropdown list. My code and screenshot of the dropdown is given below.

<View style={{flex: 0.97, flexDirection: 'column', marginLeft: 10}}>
        <View style={{flexDirection: 'row'}}>
          <Text
            style={{
              fontFamily: 'Titillium-Semibold',
              color: Colors.grey_888888,
              fontSize: 14,
            }}>
            Dropdown Items
          </Text>
          <Text
            style={{
              fontFamily: 'Titillium-Semibold',
              color: Colors.grey_888888,
              fontSize: 14,
            }}>
            *
          </Text>
        </View>
        <AutocompleteDropdown
          clearOnFocus={false}
          closeOnBlur={true}
          closeOnSubmit={false}
          onSelectItem={item => {
            item && setCustomerID(item.id);
          }}
          dataSet={[
            {id: '1', title: 'Alpha'},
            {id: '2', title: 'Beta'},
            {id: '3', title: 'Gamma'},
          ]}
          renderItem={(item, text) => (
            <Text style={{color: Colors.black, padding: 15}}>
              {item.title}
            </Text>
          )}
          inputContainerStyle={styles.dropdown}
        />
      </View>

screenshot

I think I am missing something here. Any suggestion would be well appreciated.

about 4 years ago · Juan Pablo Isaza
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