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
While this has been requested before (#392), the solution for explicitly calling the _open input value adds much complexity when working in a modular workflow.
Below I have a sample app that chains reactivity between modules so that updates in the pickers higher up in the hierarchy will dynamically limit the number of options available in subsequent pickers.
Because the inputs are being generated through namespaces it becomes difficult to 'explicitly' call the _open id.
While this has been requested before (#392), the solution for explicitly calling the
_open
input value adds much complexity when working in a modular workflow.Below I have a sample app that chains reactivity between modules so that updates in the pickers higher up in the hierarchy will dynamically limit the number of options available in subsequent pickers.
Because the inputs are being generated through namespaces it becomes difficult to 'explicitly' call the
_open
id.The text was updated successfully, but these errors were encountered: