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

Good morning, I have problem with dropdown:


When the content of an item is greater than the size of the selector container: It can be selected correctly, but when hovering outside the component, the selected element disappears from the selection as a chip and an error is generated in the console. BUT, if the selector - component is clicked again, the previously selected option will be displayed correctly. The option does exist as a selected option.


Instructions to replicate the error

to run the project

1. start the main project with the ng serve command

2. start the test project with the npm start command

3. review the modules / consignments / index.component component