Support

Account

Home Forums Bug Reports Selects with values of 0 cannot default to null Reply To: Selects with values of 0 cannot default to null

  • Okay, I would suggest the following change :

    line 136, file /core/fields/select.php

    $selected = in_array(strval($key), array_map("strval", $field['value']) ) ? 'selected="selected"' : '';

    in order to solve this problem