Correct handling for nulling TextField controller (#12190)
Correctly handle the case where the TextEditingController associated with a TextField is set to null. Due to a typo (= vs ==), previously this was a no-op and the existing TextEditingController was retained, rather than copied.
Showing
Please register or sign in to comment