Skip to content

React#30

Merged
16adianay merged 9 commits into25.2.4+from
React
Mar 18, 2026
Merged

React#30
16adianay merged 9 commits into25.2.4+from
React

Conversation

@16adianay
Copy link
Contributor

No description provided.

@DevExpressExampleBot
Copy link
Contributor

Please correct the project and update this pull request by pushing a new commit.

[BUILDING ERROR]
	OUTPUT: C:\Temp\f5a42ec7-6ee6-461e-826c-e5d8aeae15a8\tempTestingCS\ASP.NET Core\ASP.NET Core.csproj(8,5): warning MSB3073: The command "node --version" exited with code 9009.
C:\Temp\f5a42ec7-6ee6-461e-826c-e5d8aeae15a8\tempTestingCS\ASP.NET Core\ASP.NET Core.csproj(11,5): error : Node.js is required to build and run this project. To continue, please install Node.js from https://nodejs.org/, and then restart your command prompt or IDE.

https://codecentralfarm.devexpress.devx/job/devextreme-dropdownbox-filter-data-in-nested-widget_25.2.4+/22/console

@16adianay 16adianay self-assigned this Mar 17, 2026
@16adianay 16adianay removed the request for review from DevExpressExampleBot March 17, 2026 14:51
@16adianay 16adianay changed the title First React version React Mar 17, 2026
@DevExpressExampleBot

This comment was marked as outdated.

let displayValue = dropDownBox.option('displayValue');
const text = dropDownBox.option('text');
const textValue = text?.length ? text : undefined;
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this comment is not needed to pass npm run lint on local PC, is it for CI?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see the TS error in IDE: TS7053: Element implicitly has an any type because expression of type 0 can't be used to index type {}.

I can avoid it by changing displayValue type to any: let displayValue: any = dropDownBox.option('displayValue');

- renamed the service file
- changed the imports order
- added useReducer for selection, focus and DDB value
- moved utils functions to service
@DevExpressExampleBot
Copy link
Contributor

Please correct the project and update this pull request by pushing a new commit.

Non-zero exit code when running test file

https://codecentralfarm.devexpress.devx/job/devextreme-dropdownbox-filter-data-in-nested-widget_25.2.4+/32/console

@DevExpressExampleBot
Copy link
Contributor

Please correct the project and update this pull request by pushing a new commit.

Non-zero exit code when running test file

https://codecentralfarm.devexpress.devx/job/devextreme-dropdownbox-filter-data-in-nested-widget_25.2.4+/33/console

@DevExpressExampleBot
Copy link
Contributor

Please correct the project and update this pull request by pushing a new commit.

Non-zero exit code when running test file

https://codecentralfarm.devexpress.devx/job/devextreme-dropdownbox-filter-data-in-nested-widget_25.2.4+/34/console

@16adianay 16adianay merged commit 2e54ac6 into 25.2.4+ Mar 18, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants