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

Autocomplete for ui.input not working on mobile #3055

Closed
falkoschindler opened this issue May 11, 2024 · 1 comment
Closed

Autocomplete for ui.input not working on mobile #3055

falkoschindler opened this issue May 11, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@falkoschindler
Copy link
Contributor

Description

The autocomplete feature of ui.input, as demonstrated in the documentation, doesn't work anymore on mobile devices like Android (Chrome) or iOS (Safari):

options = ['AutoComplete', 'NiceGUI', 'Awesome']
ui.input(label='Text', placeholder='start typing', autocomplete=options)

The autocomplete options should appear above the keyboard.

@falkoschindler falkoschindler added the bug Something isn't working label May 11, 2024
@falkoschindler
Copy link
Contributor Author

It looks like I forgot to update the template after renaming autocomplete to _autocomplete in input.js in commit cda492f.

@falkoschindler falkoschindler added this to the 1.4.25 milestone May 11, 2024
@falkoschindler falkoschindler self-assigned this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant