Xeretis
Explore posts from serversBlazor reactive state
Hi, I’m pretty new to blazor and I made a component which I expect to reactively update state. It’s called PinInput and it looks like this:
I’m using this component the following way:
The problem is that I don’t see the state updating and I even get an index out of bounds error at an unspecified place in the component. Can anyone point me in the right direction where I went wrong? Thanks for the help in advance!
5 replies
Disabling the navigation menu entirely
Hi! I was wondering if it’s possible to completely disable the while navigation menu on a custom page…? (Only on that page) So for example when using the sidebar navigation, the page would take up the full width of the screen, because I tried to conditionally hide all items, but the sidebar still takes up space and the content is shifted to the right. I already tried searching for this in the docs and here in the discord message history but couldn’t find anything. Thanks for the help in advance!
4 replies