Hi experts,
I have an input field, this is the only input field on my view ( a popup). How can I place the cursor in this input field so that the user can just start entering values? Otherwise the user has to first click on the field to make it active. The InputField UI element has no attribute relating to cursor, so is there some different way??
Thanks and regards,
Ira
Thank you for your hints. I am now able to place the cursor in my input field. Especially once I realized I need to use a context node instead of just a context attribute 😊
Add a comment