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?
2 Replies
in the anchor tag simply write diseable
that does not fix it
this is the page header
nvm found fix