Subject: | Problem With Array Field Of Different Sorts |
$form->fill(scalarref => \$html,
fdat => {'test'=>['123','456']},
);
<select name="test">
<option>123</option>
<option>456</option>
</select>
<input type="text" name="test">
------------------------------------------------------
In this case it turns out that both the 'select' field and 'text' field have the same value of "123"