Input onKeyPress Function Working Only After Clicking Away

Did you add console.log() ? Is onKeyPress() being triggered for all key presses?

Also, a bit weird that the code is in your site’s onReady() . Seems to me that would cause some confusion. I’m at least confused. :upside_down_face: