Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/react-customized_1383753087
In the DropdownList component, if the Clear icon is clicked, a "Maximum call stack size exceeded" error is thrown. The sample uses the state to filter the data. We have tried using the updateData method in the filtering event instead of using the filter method, but the same issue occurred.
Replication Procedure:
1. Run the sample.
2. Type "a" in the component.
3. The results will be shown after a delay.
4. Select any one value.
5. Now try to clear the selected value using the "clear icon" in the dropdown.
Expected Output: The selected item should be removed without any console error.
Current Output: "Maximum call stack size exceeded" error is thrown.