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
There are cases when you have the prompt in one state, set some inputs, and click "next". The inputs get ajaxed to the server and the prompt changes state to a new state with more inputs.
The issue arises when you fill in these inputs and submit them, and the f object in the submit_function(e,v,m,f) now contains all of inputs from both states. When two inputs are named the same, one gets a list of results, with no (obviously) guaranteed order.
The text was updated successfully, but these errors were encountered:
There are cases when you have the prompt in one state, set some inputs, and click "next". The inputs get ajaxed to the server and the prompt changes state to a new state with more inputs.
The issue arises when you fill in these inputs and submit them, and the f object in the submit_function(e,v,m,f) now contains all of inputs from both states. When two inputs are named the same, one gets a list of results, with no (obviously) guaranteed order.
The text was updated successfully, but these errors were encountered: