I'm new to Angular and I'm trying to change the width of a primeng auto complete component to fill the column of a table, I already tried to use
style="width: 100%"
but that doesn't work; I also tried to set this on html but nothing changes
[style]="{'width':'100%'}" [inputStyle]="{'width':'100%'}" class="p-autocomplete"
Current situation:
What I'm failing to do:
primeng version: 9.0.0
link for the the code: https://stackblitz.com/edit/primeng-tablebasic-demo-p9egw5?file=src/app/app.component.html