Skip to content

Blank keyboard appears after suggestions popup. #44

@usmankhan495

Description

@usmankhan495

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

keyboard_error

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions