Hi,
I wanted to use dropdown, but when I add this code:
$crud->field_type('my_field','dropdown', array('1' => 'active', '2' => 'private','3' => 'spam' , '4' => 'deleted'));
these 2 errors show up on the list page:
Severity: Notice
Message: Undefined property: stdClass::$extras
Filename: libraries/grocery_crud.php
Line Number: 291
Severity: Warning
Message: array_key_exists() expects parameter 2 to be array, null given
Filename: libraries/grocery_crud.php
Line Number: 291
I get this errors on CI rev. 2.0.3 and 2.1.3.
Can you help me with this?