grocery-crud
grocery-crud copied to clipboard
Dropdown input 0 value fix
PHP empty() function sees 0 as empty for example
Dropdown 0 => No 1 => Yes
if value comes 0, !empty($value) will be false and it won't be selected
this its a important commit , i confirmed the bug!