Looks like a JS bug — often isn’t.
Why it happens
Button defaults to type="submit".
Fix
Always declare button types explicitly.
Daily micro-tips for C#, SQL, performance, and scalable backend engineering.
Looks like a JS bug — often isn’t.
Why it happens
Button defaults to type="submit".
Fix
Always declare button types explicitly.