Skip to content

Can't use multiple text inputs #140

@WASasquatch

Description

@WASasquatch

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions