Thats not my case. Thats with a search Bar and all All that stuff I Dont need
You are sure? 
export function xxxxxxxx_keyPress(event){
if(event.key==="Enter"){
console.log(event.key);
}
else{
console.log("ELSE");
}
}
I thought your question was about the → ENTER-KEY on the KEYBOARD, but maybe i missunderstood something…![]()