Good day.
I am working on a dropdown with ValidatorCalloutExtender.
The problem is, since I am using a plugin to create a multiselect from the dropdown. (Multiselect Bootstrap).
The actual dropdown is no longer displayed (style display = none) since it is creating a new code for the multiselect functionality.
When doing the validation, it can actually validate but the display is at the top left of the browser.. upon investigation it is because
of the dropdown that is not displayed, maybe it cannot calculate the actual position of where it should be displayed.
Have you encountered this kind of issue?
Do you have any solutions in mind?
Thanks
Mike