Reset value input

Hello,

in my article search system, I encounter a problem, for example I am looking for 5221 products, so I have the list that appears, I enter my quantity, which adds it to the basket. so far it’s good. now I’m doing a new search on reference 5223, and the form keeps the value entered for reference 5221, I tried to reset the text field when I launch a new search


It may be your browser trying to be clever and failing. Force the field to clear using setValue(’’) or use the form reset and check clear data option

Thank you, finally I reload my page with each search

You should not reload the whole page.
Do the repeat you are using for your products has a key assigned in the repeat properties?