No Palash, earlier i didn't tried with popup, sorry for that. But I observed the same problem which you have when i used it with popup.
There is one simple solution for this.
Solution:
Just put following in the Attributes property of dropdown:
aria-invalid = If(Form3.Valid, False , True )

This is a pretty much solution for your issue, Hope it will help, Thanks :)