You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Using a Template Node to create a login form, after pressing the Button, the field values are output as JSON and displayed in the conversation. This can later be used with an HTTP node for login or other API operations. However, for login passwords, it is generally not desirable for others to see them. Is there a way to hide the data sent from the form? Or are there other methods that allow us to log in through HTML components without displaying the data in the conversation?
2. Additional context or comments
No response
3. Can you help us with this feature?
I am interested in contributing to this feature.
The text was updated successfully, but these errors were encountered:
Afaik, it needs to modify the data structure of the message itself, by modifying the backend logic and frontend logic should be able to do that, however it will affect the current behavior of the conversation.
Afaik, it needs to modify the data structure of the message itself, by modifying the backend logic and frontend logic should be able to do that, however it will affect the current behavior of the conversation.
HTML elements are quite important for user interaction. Currently, I can only be implemented through template node. The JSON content sent by HTML elements, when displayed in the conversation, results in a relatively poor user experience.
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
Using a Template Node to create a login form, after pressing the Button, the field values are output as JSON and displayed in the conversation. This can later be used with an HTTP node for login or other API operations. However, for login passwords, it is generally not desirable for others to see them. Is there a way to hide the data sent from the form? Or are there other methods that allow us to log in through HTML components without displaying the data in the conversation?
2. Additional context or comments
No response
3. Can you help us with this feature?
The text was updated successfully, but these errors were encountered: