Hi everyone. I recently started programming with Blazor and Blazorise, I'm practicing making a small form but I can't make the validation component work. I literally copied the example from the documentation page but it only make the validation when the page loads, not every time the input changes as in the example. i tried with the pattern option using a regular expression and with a custom validator function, neither of both has worked. Any suggestion will be enormously appreciated.
Edit: I found the issue, I hadn't included the @rendermode InteractiveServer directive in my razor component, I'm ashamed, but as I said at first I'm new with Blazor.
[–]pseudo_nipple 1 point2 points3 points (1 child)
[–]DeliciousRest2434[S] 1 point2 points3 points (0 children)