it's possible to put an input in a form.
i have a giant problem to do a Login and i needed an input in a form
Hi @Lavio
Node-RED Dashboard provides the ui_text
node for adding a text input box to your dashboard.
If you are using the ui_form
node to create a single form, then the default input type is a text input, but that can also be changed to be a password input.
hi thanks for the information