Skip to content

Commit 97cb5cb

Browse files
Fix README.md CI issue
1 parent 5ddeff5 commit 97cb5cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ This example demonstrates how to filter the data of a DropDownBox embedded in a
1010

1111
![DropDownBox filtering](./images/dropdownbox-filtering.gif)
1212

13-
Use [onInput](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#onInput), [onOpened](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#onOpened) and [onClosed](https://js.devexpress.com/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#onClosed) event handlers to filter and display data.
13+
Use [onInput](https://js.devexpress.com/jQuery/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#onInput), [onOpened](https://js.devexpress.com/jQuery/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#onOpened) and [onClosed](https://js.devexpress.com/jQuery/Documentation/ApiReference/UI_Components/dxDropDownBox/Configuration/#onClosed) event handlers to filter and display data.
1414

1515
## Files to Review
1616

1717
- **Angular**
1818
- [app.component.html](Angular/src/app/app.component.html)
1919
- [app.component.ts](Angular/src/app/app.component.ts)
2020
- **jQuery**
21+
- [index.html](jQuery/src/index.html)
2122
- [index.js](jQuery/src/index.js)
2223
- **React**
2324
- [App.tsx](React/src/App.tsx)
2425
- **Vue**
2526
- [App.vue](Vue/src/components/DropDownBoxWithDataGrid.vue)
26-
- **NetCore**
27+
- **ASP.Net Core**
2728
- [Index.cshtml](ASP.Net%20Core/Views/Home/Index.cshtml)
2829

2930
## Documentation

0 commit comments

Comments
 (0)