Unity 5.2 InputField missing caret

Hello, i don’t know if I’m the only one, but in older versions of unity the caret of the input field appears correctly (sometimes with a wrong vertical offset), but now I’ve updated to Unity 5.2 and the caret of input fields are missing. You can still click and write. But the caret is not showing, so maybe the user will think he can type (that’s what I think till I tried to type). Any solution to solve this?
Thanks

This was confirmed a bug in Unity 5.2 and will likely be fixed in the next patch (and main) version.

See this forum thread for a script that works as a possible (dirty) workaround in the meantime. You can place it on your Input Field objects (or on any object, as long as you then drag the InputField reference there).