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:
If I have a form (say form1) that contains an Autocomplete component.
If I now embed form1 in another form, say form2 (by doing say form2.content_panel.add_component(form1()), then
The autocomplete displays in UI properly
but when you click in it - it fails and throws the following error
ValueError: This component is already added to a container, call remove_from_parent() first
at app/anvil_extras/Autocomplete/__init__.py, line 111 column 12
called from app/anvil_extras/Autocomplete/__init__.py, line 204 column 8
The text was updated successfully, but these errors were encountered:
Issue:
If I have a form (say form1) that contains an Autocomplete component.
If I now embed form1 in another form, say form2 (by doing say
form2.content_panel.add_component(form1())
, thenThe text was updated successfully, but these errors were encountered: