Max # of Event Handlers

I have an event where I need to setValue() of a large number of components (15-20) and I'm doing it through event handlers - is there any limit to the number of event handlers? Just wondering...

Thanks!

@gilcrest

Hey there :wave: I don't believe there is any hard limit on event handlers, but at a certain level there may be a performance hit if they are all running frequently. Depending on your use case you could run all/most of these setValues in a JS Query as well :slightly_smiling_face: