8000 Merge update-selects-ref-docs-2981 into production by github-actions[bot] · Pull Request #3009 · telerik/blazor-docs · GitHub
[go: up one dir, main page]

Skip to content

Merge update-selects-ref-docs-2981 into production #3009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 9, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update components/combobox/data-bind.md
  • Loading branch information
ntacheva authored and dimodi committed Jun 9, 2025
commit 1819567be6ff4e6e891d50f963d78acf2b5c233b
2 changes: 1 addition & 1 deletion components/combobox/data-bind.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ To bind the ComboBox to a model:

## Considerations

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.
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.

### Value Out of Range

Expand Down
0