Problem Statement/Rationale
What is going wrong? What action would you like the Engineering team to take?
It seems that one cannot edit fields from NULL to String. The expected behavior would be that you can type whatever you want. This is a regression.
Steps to Reproduce
How could an engineer replicate the issue you’re reporting?
- Create a document with a field set to null
- Go edit the document
- Change the type of the null field to String
- Try to edit its value
Expected Results
What do you expect to happen?
I can edit the value from "null" to the desired value.
Actual Results
What do you observe is happening?
I can't edit the value.
Additional Notes
Any additional information that may be useful to include.
Note from Max: It seems a general problem with how we handle null. For example, in a field set to null I can’t double click to edit the value, while in all the other fields I can.