Old input text still appears even with SetText or ClearText

Hey @patrick5

First, let’s have a look at the events attached to element. In the following, use Firefox’s devtools:

Right-click on the element and choose “Inspect”. Make sure you can see the element itself and plenty of the DOM above the element.

We’re looking for the event button displayed next the the <input> element – if it’s not there, it may appear somewhere above in the DOM hierarchy. It’s not impossible for it to be on both

Once you have at least one, click it. Take a screenshot of what you see and post it here.