Net8 Blazor onclick="js()" Not Working
i have a button with enhance navigation set to false but the blazor.web.js still fires and replaces my dom manipulations with the result from the server
the onclick is not working, blazot replaces the element instantly after js manipulation
i can see that in the network tab in the chrome dev tools
how can i disable that stuff?
the onclick is not working, blazot replaces the element instantly after js manipulation
i can see that in the network tab in the chrome dev tools
how can i disable that stuff?