martin-g commented on PR #1076: URL: https://github.com/apache/wicket/pull/1076#issuecomment-2597711376
I do agree with @theigl that we should not try to handle submit for textareas. Especially if it could break custom behaviors. If an application needs to submit on Ctrl+Enter then it is easy enough to add a Behavior like the one @theigl shared above to do it. The new Form.js introduces a function in the global space, i.e. `window.**`. If it is really needed then it should be in the `Wicket.Form` namespace. This way it could be overridden by the application if needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
