Widget Input Issue

Various way to do this i think, depend on your project.
The fastest way is to add a bool and set it to true when you show the popup and check if it is false to open the popup.
Or Maybe you can “set user focus” to your popup widget, if that don’t work try to override “On Key Char” “On Key Down” with an “Handle” answer in the popup widget.