For the reminder app in CSP U6L4, some students have asked how to set focus back to the reminderInput field after a button is clicked, in this way it facilitates easier text input. I can’t figure out how to reference the focus() function. I saw an old post from 2019 but no replies on how to do this.
Thanks!
Joe
**Link to the project or level:(App Lab - Code.org)
**What I expect to happen: Set focus to the text input
**What actually happens: syntax error
**What I’ve tried: Various JavaScript methods designed to set focus to a field. I don’t know how to make this work within APP LAB.