From 4fead82db093db039cfd8b37692203a58c0b9e1a Mon Sep 17 00:00:00 2001 From: dominicbachmann Date: Sat, 5 Apr 2025 12:13:55 +0200 Subject: [PATCH] dos(material/chips-form-control): fix aria-label property binding of chips-form-control-example Fixes the aria-label binding. The aria-label used string concatenation with an attribute instead of a property binding --- .../chips/chips-form-control/chips-form-control-example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components-examples/material/chips/chips-form-control/chips-form-control-example.html b/src/components-examples/material/chips/chips-form-control/chips-form-control-example.html index f39e3a3dd152..4cae76b49fca 100644 --- a/src/components-examples/material/chips/chips-form-control/chips-form-control-example.html +++ b/src/components-examples/material/chips/chips-form-control/chips-form-control-example.html @@ -11,7 +11,7 @@ @for (keyword of keywords(); track keyword) { {{keyword}} -