Skip to content

Commit 6a2fb96

Browse files
Merge dimodi-patch-1-combo-3072 into production (#3073)
* kb(ComboBox): Word polishing * Update knowledge-base/combobox-auto-select-on-blur.md --------- Co-authored-by: Dimo Dimov <[email protected]>
1 parent 63aa575 commit 6a2fb96

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

knowledge-base/combobox-auto-select-on-blur.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: How to Automatically Select Preselected Item on Blur
3-
description: Learn how to configure the Telerik ComboBox for Blazor to automatically select the first matching item when the input loses focus.
2+
title: Select Focused Dropdown Item on Tab
3+
description: Learn how to configure the Telerik ComboBox for Blazor to automatically select the first matching item when the user tabs and the component loses focus.
44
type: how-to
5-
page_title: How to Automatically Select Preselected Item on Blur
5+
page_title: How to Automatically Select the Focused Dropdown Item on Tab
66
slug: combobox-kb-autoselect-on-blur
77
tags: telerik, blazor, combobox, blur, auto-select
88
res_type: kb
@@ -29,6 +29,7 @@ The article asnwers to the following question:
2929
* How to set the ComboBox value when the user leaves the input field?
3030

3131
## Solution
32+
3233
To automatically select the first matching item in the ComboBox when the input loses focus, use a combination of the ComboBox [`OnRead` event](slug:components/combobox/events#onread) and JavaScript interop. The provided example demonstrates how to:
3334

3435
1. Use the `OnRead` event to filter data and store the first matching item.
@@ -182,4 +183,4 @@ To automatically select the first matching item in the ComboBox when the input l
182183
````
183184
## See Also
184185

185-
- [ComboBox Events](slug:components/combobox/events)
186+
* [ComboBox Events](slug:components/combobox/events)

0 commit comments

Comments
 (0)