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

242
Views
No se pueden seleccionar elementos desplegables en react-native-autocomplete-dropdown

Tengo un problema con react-native-autocomplete-dropdown . No puedo seleccionar ningún elemento de la lista desplegable. Mi código y la captura de pantalla del menú desplegable se muestran a continuación.

 <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>

captura de pantalla

Creo que me estoy perdiendo algo aquí. Cualquier sugerencia sería bien recibida.

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!