Hello, I seem to be having issues using the mdashboard. I am needing multi instance dashboard so this module is perfect for me, however when I use the mdashboard dropdown node, the array I send using msg.options does not display. I was checking the ui_dropdown.html and worked out that if you change the appendTo(row) to appendTo(row2) the data starts showing up. However, if I then send a new msg.options the dropdown does not update until I refresh the page. I am not really a coder, and amazed that I got this far. If anyone could help me with this I would really appreciate it. Here is the full line of code for reference that is in the mdashboard node folder 'ui_dropdown.html'.
var valueField = $('').attr({class:"node-input-option-value",type:"text",style:"margin-left:7px; width:calc(50% - 32px);", placeholder: 'Value',value:option.value}).appendTo(row2).typedInput({default:option.type||'str',types:['str','num','bool']});