Hi Simon,
I assume that the space between set and focus is a typo in the message, not a typo in your .js file.
Hank
Type: Posts; User: HankFay
Hi Simon,
I assume that the space between set and focus is a typo in the message, not a typo in your .js file.
Hank
try setFocus()
notice the capitalized F
Hank
PS: when you are in the browser debugger, from the console it's easy to a) set a breakpoint and b) try out alternatives.