From 5ddeff5f22deeefb1b50e920d96dc5cd1c326bf2 Mon Sep 17 00:00:00 2001 From: "Charles Vincent Cordial (DevExpress)" Date: Thu, 20 Nov 2025 18:47:49 +0800 Subject: [PATCH 1/2] Fix README.md issue --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e01c061..412cc0d 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ Use [onInput](https://js.devexpress.com/Documentation/ApiReference/UI_Components - **jQuery** - [index.js](jQuery/src/index.js) - **React** - - [App.js](React/src/App.js) + - [App.tsx](React/src/App.tsx) - **Vue** - - [App.vue](Vue/src/App.vue) + - [App.vue](Vue/src/components/DropDownBoxWithDataGrid.vue) - **NetCore** - - [Index.cshtml](ASP.Net%20Core/ASP.Net%20Core/Views/Home/Index.cshtml) + - [Index.cshtml](ASP.Net%20Core/Views/Home/Index.cshtml) ## Documentation From 97cb5cb50c7ad23c4a5deb0d62dc767aedc9ab4a Mon Sep 17 00:00:00 2001 From: "Charles Vincent Cordial (DevExpress)" Date: Mon, 24 Nov 2025 15:53:17 +0800 Subject: [PATCH 2/2] Fix README.md CI issue --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 412cc0d..7270934 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This example demonstrates how to filter the data of a DropDownBox embedded in a ![DropDownBox filtering](./images/dropdownbox-filtering.gif) -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. +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. ## Files to Review @@ -18,12 +18,13 @@ Use [onInput](https://js.devexpress.com/Documentation/ApiReference/UI_Components - [app.component.html](Angular/src/app/app.component.html) - [app.component.ts](Angular/src/app/app.component.ts) - **jQuery** + - [index.html](jQuery/src/index.html) - [index.js](jQuery/src/index.js) - **React** - [App.tsx](React/src/App.tsx) - **Vue** - [App.vue](Vue/src/components/DropDownBoxWithDataGrid.vue) -- **NetCore** +- **ASP.Net Core** - [Index.cshtml](ASP.Net%20Core/Views/Home/Index.cshtml) ## Documentation