UI InputFields dont seem to work

Hello,

I have a scene with several UI InputFields where users can type information in the world space (WebGL).

It seems I can only type in ONE of the input fields, when trying to type in the other fields it seems they wont accept focus, so you cant anything in them (maybe one character then it forcibly gives up the focus so you cant type anymore).

Has anybody seen this? Its possible that im using it wrong? Do i need some other code to make it work?

Thanks!

Fixed, solution is to never call inputField.ActivateInputField(); I commented that out and it started working.

It seems any InputField that function is called on never gives up focus, so you can never enter text on any other inputfield after that.