Todor
Text.setText(“”) resets the visible text, but if the same data is typed onInput is not called.
- Type “a” in the field- onInput event is fired.
- Text.setText(“”)
- Type again “a” in the field – onInput is NOT fired.
- Continue typing “at” in the field – onInput is fired.
Suppose there is internal state which is not reset and same char onInput is compared with the supposedly reset char.
SPARK Support
Hi Todor,
I was able to reproduce this issue in our test environment and have logged a bug. A fix will be made available in an upcoming release.
Regards,
Stephen P.