You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Create a form with an Autocomplete component
Test it by itself with some suggestions (works)
Open the same form from inside alert alert(content=form_with_autocomplete() ) (does not work)
The text was updated successfully, but these errors were encountered:
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:
alert(content=form_with_autocomplete() )
(does not work)The text was updated successfully, but these errors were encountered: