• Todor
    July 6, 2017 at 10:21 am #4475

    Text.setText(“”) resets the visible text, but if the same data is typed onInput is not called.

    1. Type “a” in the field- onInput event is fired.
    2. Text.setText(“”)
    3. Type again “a” in the field – onInput is NOT fired.
    4. 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
    July 7, 2017 at 1:47 pm #4480

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.

Start typing and press Enter to search