mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(n8n Form Trigger Node): Add text area and password input types (#7474)
Signed-off-by: yoshino-s <cy-cui@outlook.com>
This commit is contained in:
@@ -9,6 +9,7 @@ export type FormField = {
|
||||
export type FormTriggerInput = {
|
||||
isSelect?: boolean;
|
||||
isMultiSelect?: boolean;
|
||||
isTextarea?: boolean;
|
||||
isInput?: boolean;
|
||||
labbel: string;
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user