Debounce input to join recipe column prefixes

0 Kudos

When editing the column prefixes in the join recipe, processing is slow when the number of columns is high (nearly 1 second per character in my browser for 497 columns). It would speed up performance a lot for this task if the input were debounced, so the column names would update only when typing is completed.