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!>
Thanks for joining our community and helping improve Syncfusion products!
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