Skip to content

Fix performance issues with input inside repeat

What is in this MR

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.

Merge Request Checklist

  • A changelog entry has been created if required.
  • New/updated Premium/Enterprise features are separated correctly in the premium or enterprise folder
  • The latest Chrome and Firefox have been used to test any new frontend features
  • Documentation has been updated
  • Quality Standards are met
  • Performance: tables are still fast with 100k+ rows, 100+ field tables
  • The redoc API pages have been updated for any REST API changes
  • Our custom API docs are updated for changes to endpoints accessed via api tokens
  • The UI/UX has been updated following UI Style Guide

Merge request reports