You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment: Hmm I understand that we need to add this here because at the form cmp level these are not loaded as we can add new fields dynamically.
The only issue I can see is that in terms of performance this is worse as it will loop over items that were already processed. I would rather set the onkeydown when creating it, but in a first look it doesn't seem easy to do with rjsf ... However it's probably kicking in only when working on array fields so it should be good enough IMHO.
The only issue I can see is that in terms of performance this is worse as it will loop over items that were already processed. I would rather set the
onkeydown
when creating it, but in a first look it doesn't seem easy to do with rjsf ... However it's probably kicking in only when working on array fields so it should be good enough IMHO.Originally posted by @jrcastro2 in #593 (comment)
The text was updated successfully, but these errors were encountered: