matcha-components 20.62.0 → 20.63.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9827,8 +9827,8 @@ class MatchaChipListComponent {
9827
9827
  }
9828
9828
  /** Manipula a remoção de um chip */
9829
9829
  _onChipRemoved(chip, index) {
9830
- // Remove o chip do DOM
9831
- chip._elementRef.nativeElement.remove();
9830
+ // Emite evento de remoção para o componente pai gerenciar
9831
+ // O componente pai deve remover o item do array para que o *ngFor re-renderize
9832
9832
  this._updateValue();
9833
9833
  }
9834
9834
  /** Atualiza o valor baseado nos chips selecionados */