How to add items in dropdown bar via text-input?


Based on the screenshots above the IP address from 192.168.1.1 to 192.168.1.3 is pre-defined in the nodes inside. But now I want it in a way where I enter a new IP address via text input and once I hit enter it will update the dropdown bar with the new IP address added like the image shows 192.168.1.4

If you look at the Help tab when clicking on the ui-dropdown node, you wil see how you can send multiple values. You need to dynamically build the original choices, then when the text input is sent, rebuild the choices with the additional option (IP in your case)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.