open-admin
open-admin copied to clipboard
Uncaught SyntaxError: Identifier 'elm' has already been declared in vendor\open-admin-org\open-admin\src\Form\Field\Select.php
Hi,
in the file vendor\open-admin-org\open-admin\src\Form\Field\Select.php
you need to change the declaration of the elm variable (lines 120 and 231) from let elm
to var elm
.
In this way it is possible to manage multiple cascading selects.