Hello,
I’m trying to update the dropdownMenu with the #updateSettings(...)
function.
However, it’s throwing a JS error regardless of the data within the dropdown menu.
The error is paste bin link for formatting
I’m running the #updateSettings(...)
within a beforeDropdownMenuShow
hook. The reason I require this functionality as the dropdown need to include values from the currently selected column as menu subitems.
Is this possible? Am I doing something wrong?