So after tabbing, the focus goes from one input to the next input, as it should.
But only for a split second because autobind runs, which takes away the focus (never to return).
How can I have the focus return to the previous input?
So after tabbing, the focus goes from one input to the next input, as it should.
But only for a split second because autobind runs, which takes away the focus (never to return).
How can I have the focus return to the previous input?
One workaround is to create a workflow for every input (when input’s value is changed) to set focus on the next input. A lot of work, but doable.
Anyother way to do this?
I am suing autobind to prevent users from accidentaly closing without saving, but this tab issue is really anoying.
Seting focus in every input change is a clever work around but makes editor look very messy.
I am almost going back to do a save every 5 seconds, but hoping for a better option.
I have not found another solution to this yet.
This topic was automatically closed after 70 days. New replies are no longer allowed.