Trying to initialize a single line of text value in a recursively called child dialog and cannot clear out the previously entered value. Any ideas?
IE: Enter "Other" Description: _________________ On the subsequent call to this dialog (as a child called recursively), this value gets filled in from the previously entered value which can have bad results if the user does not clear it out. I tried using a default value that I clear out, that doesn't work.