I have a data fetching code component with a plasmic Select
inside of it. The Select
can access the contextual data in the picker, but for some reason the Option
inside of it (which I want to repeat), won’t open the data picker (clicking “Switch to Data Picker” does nothing). Any idea why?
Ohhhh can DataProvider
only pass data to immediate children?
Nope that’s not it. Seems to be an issue with the Option
component specifically.
Can you try to toggle on the “open” prop on the Select, and then try it again? I think it’s because the Option instances are not being rendered
Ahhhh that looks like it - thanks @chungwu!