Fixed bug where hitting arrow key after on Enter selection removes the username

[Video shows the bug]

Added if statement where the functions onArrowup() and onArrowDown() is activated only when tooltip element === visible. So that selected username (after onEnter) wouldn't disappear if arrow keys are pressed.