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
We should allow data to come from other interactive inputs (e.g., clicking on a grid) than a form. For this, we need an API for manually setting some data.
Actually, now that we have set, this works pretty well by using <input type="hidden">. So I'm not sure we need anything special here, except maybe some documentation and an example of synchronizing with another tool.
The text was updated successfully, but these errors were encountered:
We should allow data to come from other interactive inputs (e.g., clicking on a grid) than a form. For this, we need an API for manually setting some data.
Actually, now that we have
set
, this works pretty well by using<input type="hidden">
. So I'm not sure we need anything special here, except maybe some documentation and an example of synchronizing with another tool.The text was updated successfully, but these errors were encountered: