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

I'm having issues with the behaviour of the DropDownList in one of our applications.


Expected Behaviour:

The DropDownList sticks to the Input/Select-field where you opened it from while scrolling the page


Actual Behaviour:

The DropDownList moves with the whole page, as the page is scrolled.


I can show you an example in the gif which is in the attachments.

My guess for this is the CSS-property "top" which makes the dropdown move while scrolling, but since the top-property gets set by your controls (I think) its hard to get a working solution.

I also checked the CSS-propertys of your Demo:

https://ej2.syncfusion.com/angular/demos/#/material/multi-select/checkbox

I checked my own and your demo-example with the devtools and the CSS looks exactly alike.