-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hi
I am having the issue with keyboard on android.
Blank keyboard is showing.
<SafeAreaView>
{autocompletes.map(() => (
<Autocomplete
key={shortid.generate()}
style={styles.input}
placeholder={name}
inputStyle={{color:"white"}}
scrollToInput={ev => scrollToInput(ev)}
handleSelectItem={(item, id) => this.handleSelectItem(item, id)}
onDropdownClose={() =>{
onDropdownClose()
}}
onDropdownShow={() =>{
onDropdownShow()}}
noDataText={name}
data={communities}
minimumCharactersCount={0}
highlightText
valueExtractor={item => item}
rightContent
rightTextExtractor={item => item.properties}
/>
WeeCoopTech
Metadata
Metadata
Assignees
Labels
No labels