Same problem here with the latest version. Team has closed the bug on GitHub. Please can any team member shed some light on this?
Thanks!
Virtualware That's not good. It's still not fixed yet!
I think to minimize this problem, we placed the actual Input Text field at the top of the layout (at position 0,0). When we placed it at this position the black portion at the bottom didn't appear anymore.
To make the UX comfortable, we kept the input-field Sprites (the two rectangular sprites that are placed behind the name and email input fields) in the same position as they are in the image. And instead of the input field boxes that were placed over these sprites, we put Textboxes.
Then we used the following logic-
- When the user clicks on this sprite, focus on the Input field at the top
- Every tick set text of the TextBox as the text that is being inputed on in the Input Field