Html – Button with type reset not working for ASP.NET Core select tag helper
I have a form with a button with type "reset". But after clicking it, it doesn't reset the select tag helper items. How can I solve it in the practical and easiest way? I'm using ASP.NET Core 7 and this…