Skip to content

Commit f6de1d6

Browse files
Update README.md
1 parent f57d626 commit f6de1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ You can set the inital value for the checkbox regular way by using reactive or t
1818

1919
## Dropdown list
2020

21-
To specify the items of a dropdown list set **items** property in the parent component. Use **DropdownListItem** as a template for dropdown list items. Set **required** attribute to true or false in html of the parent component or use reactive or template-driven form way to apply basic requirement validation. To customize the label of the dropdown item, set attribute **dropdownListLabel** to any string value. Example of html:
21+
To specify the items of a dropdown list set **items** property in the parent component. Use **DropdownListItem** as a template for dropdown list items. Set **required** attribute to true or false in html of the parent component or use reactive or template-driven form way to apply basic requirement validation. To customize the label of the dropdown list, set attribute **dropdownListLabel** to any string value. Example of html:
2222

2323
<app-customdropdownlist [required]="false" [dropdownListLabel]="'Dropdown list'" [items]="items" formControlName="dropdownListCustom"></app-customdropdownlist>

0 commit comments

Comments
 (0)