How can I use JavaScript in my Blazor server razor page; to change styling on blazor bootstrap button when a form is submitted
My project is a Blazor server application. The fuctionality I am trying to achieve is I want my accordion header to change to the color red if my validation fails (if there is nothing in my input). enter image description…