Hello I have a master dropdown field and another dependent dropdown field. This functionality works great on Edit Page for a record. On the Edit page, when I change the master dropdown field, the dependent dropdown changes to the Placeholder text "Select a value..." and the dependent select options update as they should. On the LIST page where I have inline edit enabled, how can I make it so the dependent dropdown resets to the placeholder text "Select a value..." when I change the master dropdown value?
Hello I am receiving this error when trying to publish first project. thank you
Fatal error: Cannot redeclare str_contains() in C:\xampp\htdocs\edgeestimate\helpers\Functions.php on line 524
/** * returns true if $needle is a substring of $haystack * @return bool */ function str_contains($needle, $haystack) { return strpos($haystack, $needle) !== false; }