I’m trying to make primeng autocomplete component work using formly (json) but I’m stuck as suggestions are not displayed: onComplete function is clearly working as results are back from the ws call. I’m sure I’m missing something probably linked to the overlay panel?
Here is a stackblitz: first panel is straight using primeng component, second one is trying to use formly (type PARIS for example or any other french city).
Thanks in advance for your help.