Skip to content

Commit 89a3d63

Browse files
Merge pull request #26 from DevExpress-Examples/fix-25.1.3
Fix README.md issue
2 parents 6ed3e7e + 97cb5cb commit 89a3d63

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,22 @@ This example demonstrates how to filter the data of a DropDownBox embedded in a
1111

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

14-
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.
14+
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.
1515

1616
## Files to Review
1717

1818
- **Angular**
1919
- [app.component.html](Angular/src/app/app.component.html)
2020
- [app.component.ts](Angular/src/app/app.component.ts)
2121
- **jQuery**
22+
- [index.html](jQuery/src/index.html)
2223
- [index.js](jQuery/src/index.js)
2324
- **React**
24-
- [App.js](React/src/App.js)
25+
- [App.tsx](React/src/App.tsx)
2526
- **Vue**
26-
- [App.vue](Vue/src/App.vue)
27-
- **NetCore**
28-
- [Index.cshtml](ASP.Net%20Core/ASP.Net%20Core/Views/Home/Index.cshtml)
27+
- [App.vue](Vue/src/components/DropDownBoxWithDataGrid.vue)
28+
- **ASP.Net Core**
29+
- [Index.cshtml](ASP.Net%20Core/Views/Home/Index.cshtml)
2930

3031
## Documentation
3132

0 commit comments

Comments
 (0)