I am writing my own node. I need a button that will add an input field as soon as it is pressed.
Are there instructions for my problem somewhere?
or explain to me how I can implement this in Node-Red ?
Thanks in advance, any tip would help me.
I am writing my own node. I need a button that will add an input field as soon as it is pressed.
Are there instructions for my problem somewhere?
or explain to me how I can implement this in Node-Red ?
Thanks in advance, any tip would help me.
Hi @larslehman1,
Do you need to repeat this? I mean do you want to add an extra input field every time that button is pressed? If so I would use an editableList: every time you press the 'add' button, an extra row is added where you display your input field.
Bart