I created a live example on Stackblitz with dropdown from primeng.
My issue is that whenever I change the value from the dropdown without ng-template
it works fine and all dropdowns are modified, but if I change the value from a dropdown which is inside of ng-template
, the value won't be globally updated, being updated only in that dropdown.
Does anyone know the reason for this? Or how to fix this?