Is there any way to specify/control the tab ordering of the text fields and other input form widgets when creating a user prompt in script?
Currently, when I add multiple text fields and buttons to the prompt, it does not work as expected. For example, (on MacOS) when I’m finished typing in a text field, and press TAB, I’m expected to navigate to the next text field. But the tab order seems to be random, and TAB-ing and shift+TAB-ing around for a number of times even crash the app occasionally.
Probably worth sharing an action and a set sequence of steps for reproducing the crash. @agiletortoise should then be able to investigate that, because tabbing around shouldn’t be crashing the app.
As for the tabbing, I believe the order should match the order in which the fields are added to the prompt. Again, if you share a link to an example action, others can test it and verify if they observe the same behaviour.