Button click not hitting OnPost() method when ENTER is hit

I’m implementing a Form on ASP.NET Core Razor Page. The problem is OnPost() method is being hit on enter keypress (That is Only when we first click on GName Input field and the cursor start blinking and then we press Enter) and not hitting on button click. Here is the .cshtml file <Form> code: <div… Read More Button click not hitting OnPost() method when ENTER is hit