Skip to content
Snippets Groups Projects
Commit 134d5673 authored by enured's avatar enured
Browse files

F15154: Merged actual dev branch. refs #15154

parent 044d0970
No related branches found
No related tags found
2 merge requests!517F15036: Implemented new feature for Summary additional row in subrecord....,!505F15154: Whitespaces from input field will be trimmed after change before regex...
Pipeline #8581 passed
......@@ -111,7 +111,7 @@ var QfqNS = QfqNS || {};
* @private
*/
n.Form.prototype.changeHandler = function (event) {
// Trim whitespace after change
// Trim whitespace after change. Before validation happens.
if (event.target.value !== undefined) {
var value = event.target.value;
event.target.value = value.trim();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment