Clicking on an InputFloat gives focus to InputText as well? #480
Closed
Description
Greetings!
I'm having a weird situation where I have an InputFloat and an InputText, if I give focus to the InputFloat, the InputText field gets focus too with the same value as in the InputFloat field!
Video demonstrating the issue and showing the code I'm using: https://youtu.be/DLK8VKl5IA0
Why is this happening? Pretty sure I'm missing something obvious...
Thanks
-vexe
EDIT: Interestingly, it's only the scale field that's buggy, the InputFloat3 for the position is working fine, (doesn't give focus to InputText)