Skip to content

Commit 7df9604

Browse files
ntachevadimodi
authored andcommitted
Update components/dropdownlist/data-bind.md
1 parent 1819567 commit 7df9604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dropdownlist/data-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ To bind the DropDownList to a model:
9292

9393
## Considerations
9494

95-
The DropDownList component attempts to infer the type of its model and value based on the provided `Data` and initial `Value`. This affects the way its [reference is obtained](slug:common-features-data-binding-overview#component-type) and what happens [if you can't provide data or a value](#missing-value-or-data). Providing a [value that is not in the data source](#value-out-of-range) needs to be taken into account be the app, because the component will not change it.
95+
The DropDownList component attempts to infer the type of its model and value based on the provided `Data` and initial `Value`. This affects the way its [reference is obtained](slug:common-features-data-binding-overview#component-type) and what happens [if you can't provide data or a value](#missing-value-or-data). Providing a [value that is not in the data source](#value-out-of-range) needs to be taken into account by the app, because the component will not change it.
9696

9797
### Value Out of Range
9898

0 commit comments

Comments
 (0)