diff --git a/libs/components/src/chip-select/chip-select.component.html b/libs/components/src/chip-select/chip-select.component.html
index 78321afa9b..9591194e6a 100644
--- a/libs/components/src/chip-select/chip-select.component.html
+++ b/libs/components/src/chip-select/chip-select.component.html
@@ -28,13 +28,14 @@
#chipSelectButton
>
-
+
{{ label }}
@if (!selectedOption) {
}
@@ -51,7 +52,7 @@
}"
(click)="clear()"
>
-
+
}
@@ -101,7 +102,7 @@
}
{{ option.label }}
@if (option.children?.length) {
-
+
}
}