resolveProps to dynamically add options to selected based on multiple inputs. #1143
Answered
by
steverhoades
steverhoades
asked this question in
Need help
Answered by
steverhoades
Oct 13, 2021
Replies: 2 comments
|
As it turns out it was a logic error on my end. This resulted from having an empty This question can be closed. |
0 replies
Answer selected by
steverhoades
|
SubscribedSelect.tsx This seems to have done the trick to improve performance a bit. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

As it turns out it was a logic error on my end. This resulted from having an empty
valuefor the option. It is working as I expect it to. The next challenge is to increase the performance as there appears to be some struggling with the form, I suspect it's due to the subscription on the main form instance.This question can be closed.