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
Hi, I'm trying to use this package to have an autocomplete widget in blocks of a StreamField. I realized I can't use AutocompletePanel inside the StreamField and tried my luck to use Autocomplete widget inside the block but couldn't resolve the issues with telepath, especially UnpackableTypeError on the widget.
Is it possible to use this package to achieve what I want? If not, I'm willing to implement this feature.
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to use this package to have an autocomplete widget in blocks of a StreamField. I realized I can't use
AutocompletePanel
inside the StreamField and tried my luck to useAutocomplete
widget inside the block but couldn't resolve the issues with telepath, especiallyUnpackableTypeError
on the widget.Is it possible to use this package to achieve what I want? If not, I'm willing to implement this feature.
The text was updated successfully, but these errors were encountered: