Skip to content

Commit 752dc3a

Browse files
Zain AsifAhsanAyaz
Zain Asif
authored andcommitted
fix(tags-input): fixed for attribute
1 parent a391f35 commit 752dc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/tags-input-demo/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ <h5 class="main__form__heading">1. Input with subtypes and selected items are ma
349349
<label for="dd backdrop">Dropdown has backdrop</label> &nbsp; &nbsp;
350350

351351
<input type="checkbox" name="hide-dd-on-select" [checked]="nestedTagsInputConfig.hideDDOnTagSelect" (change)="changeNestedConfigOption($event, 'hideDDOnTagSelect')">
352-
<label for="dd backdrop">Hide dropdown on Tag selection</label> &nbsp; &nbsp;
352+
<label for="hide-dd-on-select">Hide dropdown on Tag selection</label> &nbsp; &nbsp;
353353

354354
<h5>2. Custom nested component without showing tick on selected items.</h5>
355355
<ti-angular-tags-input formControlName="nestedData" class="main__form__ti" [tagsData]="(sampleDataNested$ | async)"

0 commit comments

Comments
 (0)