In JS add event onKeyDown
<input type="search" onKeyDown={(event) => { if (event.key === "Enter") { handleNavigation(); } }} />