When using magic to create forms, I have a repeated key property stock_keys.
On the form I have multiple checkboxes that look like this:
<input type="checkbox" name="stock_keys" value="ag1kZXZ-cG9ldC1wb2VtchILEgVTdG9jaxiAgICAgIi2Cww">
When submitting the form, this is the error I get:
BadValueError: Expected list or tuple, got Key('Stock', 4626195173867520)
Using version 3.2.3
When using magic to create forms, I have a repeated key property
stock_keys.On the form I have multiple checkboxes that look like this:
When submitting the form, this is the error I get:
Using version 3.2.3