When using the Dropdown List component with filtering enabled, the popup shifts horizontally if it opens above the input.
Demo used:
https://blazor.syncfusion.com/demos/dropdown-list/filtering?theme=fluent2
Initial state (before typing): Popup opens above with left: 323.6px, slightly shifted to the left.
After typing 's': Popup moves to left: 331.2px, now properly aligned with the input field.
Expected:
The popup should remain horizontally aligned with the input field both before and after typing, matching the aligned position after typing.