Strange trim behavior on Form required inputs

There is a trim behavior on required inputs. Problem is this is not happening on blur, it happens while you are typing. If you are a slowtyper then words will stick together with no space in between. This is very noticeable when using on a mobile.

At first I thought it was other frameworks being used and in conflict, but then did same test with online samples, and it happens there too.

After further investigation I found out this has to do with INIT_DEBOUNCE_TIME, it is too short.

1 Like

the porblem. is confirmed. We’re planning to rebuild the validation functionality in the future updates of the dhtmlxForm.

The problem not fixed in Suite 6.4.3

Fixed in Suite 6.4.4