scoumbourdis / grocery-crud

Grocery CRUD is a PHP Codeigniter Framework library that creates a full functional CRUD system without the requirement of extra customisation to the JavaScripts or the CSS to do it so.
http://www.grocerycrud.com
GNU General Public License v3.0
1.01k stars 472 forks source link

In enterprise version fieldType hidden how to add default value on input? #500

Open BrandonAxellRuiz opened 2 years ago

BrandonAxellRuiz commented 2 years ago

How to add default value when use fieldType in enterprise, in other version works like this $crud->field_type(‘status’, ‘hidden’, ‘ACTIVE’); example but in the new version not working.