How to handle old user input in a newly disabled field
I have a form where there is a input thats only enabled with certain other settings. However there is a case where a user enters something in that conitional field, and then changes the other setting such that the conitional field is now disabled.
From this:
download bmml source – Wireframes created with Balsamiq Mockups
To this:
Whats the proper way to handle this situation? Leave the user input displayed (and ignore it)? Clear it out every time you toggle the conditional field?