Im looking for ideas on how to effectively notify users that their input into an editable table is invalid. For example, if one column of a table represents an American zip code and the user enters in the zip code ’85rr3′ into a cell, how would you notify the user of the issue?
Share
I’d probably highlight it in red after entered, then maybe a warning at the top of the table.