Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Complete not working on Android (5.1, ) #5998

Closed
Razzwan opened this issue Jan 25, 2017 · 3 comments
Closed

Auto Complete not working on Android (5.1, ) #5998

Razzwan opened this issue Jan 25, 2017 · 3 comments
Labels
component: autocomplete This is the name of the generic UI component, not the React module!

Comments

@Razzwan
Copy link

Razzwan commented Jan 25, 2017

Problem description

When i try to scroll content after focusing AutoComplete element, I can't do it. And i can't live focus without select item from dropDown menu.

Link to minimally-working code that reproduces the issue

            <AutoComplete
                searchText={value}
                errorText={error}
                floatingLabelText={label + ast}
                dataSource={this.state.dataList}
                maxSearchResults={5}
                onNewRequest={this.handleNewRequest}
                onUpdateInput={this.handleOnUpdateInput}
                onBlur={() => onBlur(passengerNumber, name)}
            />

Versions

  • Material-UI: 0.16.7
  • React: 15.4.2
  • Browser: chrome on Android
@Razzwan
Copy link
Author

Razzwan commented Jan 27, 2017

Upd: on iPhone 6 the same problem.

Now I had to use this component https://github.com/moroshko/react-autosuggest to get a cross-platform solution. This is my solution for this problem: https://gist.github.com/Razzwan/922e1f28ec0a513a5a3a1ab845e070ce

Perhaps we should take as a basis for material-ui AutoComplete a ready solution?

@croraf
Copy link
Contributor

croraf commented Jun 21, 2017

Same problem, Chrome version 55.0.2883.91., Android version 6.0.1 and 7.0.
Not just that it does not work, but when I select the AutoComplete field my page hangs for 15-20 seconds.
#7017

@oliviertassinari
Copy link
Member

Closed by #4783

@oliviertassinari oliviertassinari added the component: autocomplete This is the name of the generic UI component, not the React module! label Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: autocomplete This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

4 participants