Skip to content
New issue

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

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

Already on GitHub? # to your account

Autocomplete does not work when used in form within Alert #113

Closed
akrishnamo opened this issue Aug 26, 2021 · 0 comments · Fixed by #114
Closed

Autocomplete does not work when used in form within Alert #113

akrishnamo opened this issue Aug 26, 2021 · 0 comments · Fixed by #114
Assignees
Labels
bug Something isn't working

Comments

@akrishnamo
Copy link

akrishnamo commented Aug 26, 2021

Issue:
The autocomplete component works fine when the form is used by itself, but not when the form is invoked from an Alert. It doesn't show any suggestions, nor does it throw any errors

Steps to reproduce:

  1. Create a form with an Autocomplete component
  2. Test it by itself with some suggestions (works)
  3. Open the same form from inside alert alert(content=form_with_autocomplete() ) (does not work)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants