You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this useful widget. The preventDefault() isn't preventing the enter from causing the default action. I was able to make it work by changing the event to "keydown" instead of keyup.