Pass value from custom component to temporary state variable

Here is how I do that:

  1. Have a JS query that sets the temp var.

image

  1. Update the model with the value you are passing
  2. Trigger the query from the Custom Component.

image

3 Likes