On text change issue

After using a when on text change block on Text box it makes a textbox writing speed too delay so please fix it asap because it makes our user experience too bad

1 Like

I have not encountered such an issue till now.

However, there are a few possible causes and solutions to consider:

  1. The text change event is being triggered too frequently: The “when on text change” block will be triggered every time the text in the text box changes, which could cause a delay if the text changes rapidly. To reduce the frequency of this event, you could try using a function to limit the rate at which the event is triggered.

  2. The text box is experiencing performance issues: If the text box is experiencing performance issues, it could be causing a delay in the writing speed. To troubleshoot this issue, you could try investigating any issues with the configuration or layout of the text box.


Regards,

Akshat