diff --git a/projects/demo/src/modules/components/textfield/index.html b/projects/demo/src/modules/components/textfield/index.html index 78e69c026cc4..f6378a4f095e 100644 --- a/projects/demo/src/modules/components/textfield/index.html +++ b/projects/demo/src/modules/components/textfield/index.html @@ -15,6 +15,7 @@ *ngFor="let example of examples; let index = index" [component]="index + 1 | tuiComponent" [content]="index + 1 | tuiExample" + [description]="index === 3 ? 'Example of input-password and input-copy with interactive icons' : ''" [heading]="example" [id]="example | tuiKebab" />