I recently implemented Material chips (v18) in my Angular app, and it seems that the only way to edit a chip’s content is by double-clicking on it. But in the latest Material version they added an edit button that does the same thing. Is it possible to add an edit button to a Material v18 chip and emulate the same behavior that the edit button has in the latest version (v21)? Examples: Material v18: https://v18.material.angular.dev/components/chips/examples#chips-input Material v21: https://material.angular.dev/components/chips/examples#chips-input Continue reading...