Blueprintnode: "AnyKey" broken?

Hey,

I am having some trouble with the Node Called “AnyKey”. Normally is outputs the correct key, which got pressed.

But on an Xbox Controller, with the Left Thumb Stick, I get weird outputs. Because of that my whole system won’t work.

I made a Small Example in the First Person Example map.
Here the Blueprint part:

And this is what I get when I press the Left thumbstick upwards or in all directions:

Normally it should only show the Gamepad output, but somehow is also outputs “WASD” from the Keyboard?
Is there a way to fix this, or is this a bug? It makes the same output in older versions, like 4.21.

I hope I explained everything as clear as possible, can someone help me?

seems like it is also printing the input axis not 100% sure though

I also tested it not on the FPS example template but on a completely empty project too but got the same results…