We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TreeView with multiselect checkboxes dosen't work with searchbar
Package versions:
devexteme version: 21.2.3 devextreme-react version: 21.2.3
Steps to reproduce:
Add searchEnabled and searchMode props on TreeView with multi node selection.
searchEnabled
searchMode
Example
Current behavior: Search text dosen't work, always show "No data to display"
Expected behavior: Nodes filtered like this
Screenshots:
The text was updated successfully, but these errors were encountered:
Hi,
I've got the "Sandbox not found" error. Could you please share a CSB project?
Sorry, something went wrong.
Better yet, I'll give you the example from the official documentation.
Come here: Tree example from official docs
Select "React" code Go to TreeView component Add searchEnabled={true} prop Click on Apply
TreeView
searchEnabled={true}
Test it and you can see how it fails.
Configure the searchExpr property to specify custom search fields: CodeSandBox.
onebalaban
No branches or pull requests
Bug Report
TreeView with multiselect checkboxes dosen't work with searchbar
Package versions:
Steps to reproduce:
Add
searchEnabled
andsearchMode
props on TreeView with multi node selection.Example
Current behavior:
Search text dosen't work, always show "No data to display"
Expected behavior:
Nodes filtered like this
Screenshots:
The text was updated successfully, but these errors were encountered: