If you tab away from a TextField, it will get stuck in memory. However, if you click away from it, it will not. Using Memory Profiler, I can see that its parent object are not disposed if tab was pressed when on a TextField.
This has proven to be a problem as I want to make sure all objects are disposed of properly after unloading the scene.