Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

We have two dropdowns where the selection in one dropdown affects the options in the other. When allowFiltering true is set for both dropdowns, previously selected values in the second dropdown remain visible, causing issues. The second dropdown should only display options relevant to the current selection in the first dropdown.


Sample: Sample


Replication Steps:

  1. Run the sample.
  2. Select the “Element Level” option in the first dropdown.
  3. Select the “Grid Level” option in the first dropdown.
  4. Now, check the second dropdown options. The “Show Element” list appears in the second dropdown, which is not in the data source.
  5. To ensure this issue, please downgrade the version to 23.1.40 and check.


Expected Behavior: The data source should function properly.

Actual Behavior: The data source does not function properly.