Mark data dirty when an form field is edited #3574
Answered
by
dvoituron
gautam-sarup
asked this question in
Q&A
-
Is it possible to set a flag when any field on a screen is modified? The option is keep setting a flag in every field and clearing it when the data is saved. Not a huge big problem but it is tedious and I wondered if there's a better way. |
Beta Was this translation helpful? Give feedback.
Answered by
dvoituron
Mar 25, 2025
Replies: 1 comment 6 replies
-
You could use a |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
gautam-sarup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use a
FluentEditForm
and theOnFieldChanged
event.More on this page: https://learn.microsoft.com/en-us/aspnet/core/blazor/forms/validation