I usually give a quick checkmark or x suffix for students when I use inputs. Something like this:
suffix: when not(this.submitted) ""
when check "✅"
otherwise "❌"
The benefit here with inputs is that when the input has focus (whether initially or when revising an answer) the input is considered “not submitted”, so no feedback is given while editing. You can use similar notation for a note.