Hi,
Using latest node red 1.1.2 with dashboard 2.23.0
I'm using the multiple selection feature - i.e. inputting to the node a list of options (msg.options).
Sometimes when I select one or more values - the msg.payload shows more options ??
Also if I dont select anything - the msg.payload still shows one selection.
Here is a simple example which shows the bug:
Try injecting different options, select some in ui and watch the output messages.
[{"id":"b5f025e7.bd0d58","type":"tab","label":"Flow 3","disabled":false,"info":""},{"id":"a8a952e6.7ea95","type":"inject","z":"b5f025e7.bd0d58","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":195.5,"y":148,"wires":[["dbcf3065.9a563"]]},{"id":"dbcf3065.9a563","type":"function","z":"b5f025e7.bd0d58","name":"1,2,3","func":"msg.options=['1','2','3'];\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":385.5,"y":148,"wires":[["3c6d32ba.c9c93e"]]},{"id":"3c6d32ba.c9c93e","type":"ui_dropdown","z":"b5f025e7.bd0d58","name":"","label":"","tooltip":"","place":"Select option","group":"c64fd4cd.83f2d8","order":4,"width":0,"height":0,"passthru":false,"multiple":true,"options":[],"payload":"","topic":"update","x":537.5,"y":223,"wires":[["e7e69c60.403f5"]]},{"id":"e7e69c60.403f5","type":"debug","z":"b5f025e7.bd0d58","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":705.5,"y":220,"wires":[]},{"id":"7f3dd052.89ffb","type":"inject","z":"b5f025e7.bd0d58","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":177.5,"y":243,"wires":[["e3037796.537d28"]]},{"id":"e3037796.537d28","type":"function","z":"b5f025e7.bd0d58","name":"4","func":"msg.options=['4'];\nreturn msg;","outputs":1,"noerr":0,"x":362,"y":240,"wires":[["3c6d32ba.c9c93e"]]},{"id":"abd6e2c0.37546","type":"inject","z":"b5f025e7.bd0d58","name":"","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":163.5,"y":330,"wires":[["b55fe5c6.afd168"]]},{"id":"b55fe5c6.afd168","type":"function","z":"b5f025e7.bd0d58","name":"[]","func":"msg.options=[];\nreturn msg;","outputs":1,"noerr":0,"x":365,"y":326,"wires":[["3c6d32ba.c9c93e"]]},{"id":"c64fd4cd.83f2d8","type":"ui_group","z":"","name":"data1","tab":"e25f6f05.d09e6","order":1,"disp":true,"width":"8","collapse":false},{"id":"e25f6f05.d09e6","type":"ui_tab","z":"","name":"info","icon":"dashboard","order":1,"disabled":false,"hidden":false}]