Skip to content

Commit 5592b12

Browse files
authored
Update components/combobox/data-bind.md
1 parent efdb4ce commit 5592b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/combobox/data-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To bind the ComboBox to a model:
104104

105105
## Considerations
106106

107-
The ComboBox 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.
107+
The ComboBox 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.
108108

109109
### Value Out of Range
110110

0 commit comments

Comments
 (0)