JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Window › SmartDropDownList in SmartWindow doesn't work correctly › Reply To: SmartDropDownList in SmartWindow doesn't work correctly
July 13, 2020 at 6:42 am
#100901
Tr12
Member
Hi Peter,
thank you, setting dropDownAppendTo to the body element worked.
Regarding event bubbling, thank you for the explanation. I was able to fix the issue by checking if event.target == windowElement, and otherwise ignore the event.
Thanks