@if (suggestions().length > 0 || showCreateOption()) {
@for (suggestion of suggestions(); track suggestion.id) {
{{ suggestion.nome }}
} @if (showCreateOption()) {
+ Crea "{{ query() }}"
}
}
@for (chip of chips(); track chip.id) {
{{ chip.nome }} @if (chip.stato === 'DA_APPROVARE') { ⚠️ } ×
}