If I have a form text input and I set the value to an empty string it erases the value. In my tests if I set it to null it does not reset the value displayed.
Expected Behavior
Setting to null is same as setting to empty string.
Actual Behavior
Setting to null does not reset the text input value.