Is there a way to set focus on an element on page load? For example, upon opening a dialog, have the cursor set to a particular text box.
I feel like I saw a post on this before, but I was unable to find it via search.
Here is the answer from the eHMI support team:
No there’s no way. You can set the tab order for objects on the page but you still have to hit tab when the page loads to select the first text input.
Understood. For this particular use case, that will work. I am using a RFID badge reader to enter data into a text box. The reader can be configured to tab, enter number, enter. So far that is working well enough.