I'm trying to focus an input with:
- sym.$("#dialog-input_0").focus();
Although the input element is not focusing. It is the last command to be executed in a trigger before
sym.stop(). What am I missing?
Thanks in advance
I'm trying to focus an input with:
Although the input element is not focusing. It is the last command to be executed in a trigger before
sym.stop(). What am I missing?
Thanks in advance