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
So, I needed a more robust version for Merge Tags, since just the Select Box was too simple for my case (since I need to provide search), using the unlayer.registerCallback('mergeTag', fn()) worked fine, but I noticed that now the autocomplete box doesn't show up if I type { in the body as before.
Follow bellow how it was before.
I'd say that both features are different, we shouldn't remove this box option if we have a Custom UI when picking.
The text was updated successfully, but these errors were encountered:
I created the registerCallback to open a Modal and also I'm passing the done function down, so when I select a property on my modal, it inserts correctly.
Hey o/
So, I needed a more robust version for Merge Tags, since just the Select Box was too simple for my case (since I need to provide search), using the
unlayer.registerCallback('mergeTag', fn())
worked fine, but I noticed that now the autocomplete box doesn't show up if I type{
in the body as before.Follow bellow how it was before.
I'd say that both features are different, we shouldn't remove this box option if we have a Custom UI when picking.
The text was updated successfully, but these errors were encountered: