Hi Grocery team,
i got a weird bug when i use $crud->readOnlyAddFields(['___']),
i want to ask when i use this $crud->readOnlyAddFields(['___']) it should be readonly when the popups comesout right? but when i click add there is not show anything even i cannot insert to database because data that related to read only not showup ( you can check the link below for the detail.
http://adhiatmamedia.com/grocery_crud_error.pdf
the question is how i can insert data and make some field read only so user cannot change the value and the data can insert into db?
im using Crudgroceryenterprise version 2.3.1 without composer
Thank you :)