-
I have a modal that has fields with Blazorise Validation feedback (ticks). If a user opens the modal, then cancels out (closing the modal), then reopnes the modal again I would expect to not see the last modal's ticks present - but they are. is there any way of clearing out the modals validations feedback? Below shows a new modal open but picking up the feedback from a previous modal open razor modal
|
Beta Was this translation helpful? Give feedback.
Answered by
stsrki
Apr 7, 2021
Replies: 1 comment
-
Maybe you're missing |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
274188A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe you're missing
modalValidations.ClearAll();
Check on Blazorise demo for an example.https://github.com/stsrki/Blazorise/blob/master/Demos/Blazorise.Demo/Pages/Tests/ValidationsPage.razor#L476