This MR fix another perf issue with input inside the repeat element.
How to test this MR
On develop add a repeat element that displays 20 iterations and add inside it an input text element. Then change the default value -> it should be slow. The more repetitions you have the slower it is. Try with firefox if it's not slow enough.
Now checkout this branch and the performance should be better.