OnKeyPress for ENTER in an Input field not firing?
var itsUsername = new AW.UI.Input;
itsUsername.onKeyEnter = function(event) {alert('Test');};
Never fires for Enter, but for all other keys.
Bug?
Karl Thoroddsen
May 15,
var itsUsername = new AW.UI.Input;
itsUsername.onKeyEnter = function(event) {alert('Test');};
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021