Focus taken away from InputField in custom UI
Closed this issue · 2 comments
SpikeHimself commented
My mod XPortal uses a custom UI in which users can change the name of a portal (amongst other things).
I use ActivateInputField()
to focus this InputField when the UI loads.
However I've been getting reports from users that, when they also have Auga installed, that focus is immediately taken away again.
Could you point me in the right direction of where/how Auga does this, so that I could think about fixes or work-arounds?
Relevant: SpikeHimself/XPortal#69
Vapok commented
Hey Spike, this should be fixed in 1.2.16
SpikeHimself commented
Thank you @Vapok!