Skip to content
Snippets Groups Projects
Commit 0ae48ad5 authored by Ray Schamp's avatar Ray Schamp Committed by GitHub
Browse files

Update dropdown menus on open (#343)

Update Dropdown Menus On Click
parents da332c8f 840c9cfa
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,9 @@ module.exports = function (vm) {
{
type: 'field_dropdown',
name: name,
options: start.concat(menuOptionsFn())
options: function () {
return start.concat(menuOptionsFn());
}
}
],
inputsInline: true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment