-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
If I set something up like:
@classmethod
def INPUT_TYPES(s):
return {
"required": {
"text": ("STRING", {"multiline": True}),
"key": ("STRING", {"multiline": False}),
"clip": ("CLIP",),
}
}Only one text area will show. I want to add a new text field to a search key, additionally I have a couple other nodes in the works that will require quite a few text inputs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels