Initial value/label for Select/Multi-Select asyncFetch #1138
Unanswered
orangedeus
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Duplicate? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're currently using v5 of the package to create jsonLogic queries. We've implemented asyncFetch for select queries and then we save the built query for later. The value for select is in GUID and that is what's saved in the jsonLogic which is correct. Now when the query is loaded later we want this to be labeled accordingly, but without opening the autocomplete component the values aren't loaded and the value supplied is in jsonLogic which only has the GUID. This results in the component rendering the value in GUID, only labeling it correctly later when the values are loaded on opening the autocomplete component.
I'm unable to find documentation for this scenario, and I've tried using
asyncListValues
when building the config for the rule. I've been exploring using actions setValue but it doesn't seem to work. Not sure how to proceed. Hoping for answers, thank you!Beta Was this translation helpful? Give feedback.
All reactions