Skip to content

Use TextAreaInput with auto_grow as default for ChatInterface #5678

@ahuang11

Description

@ahuang11

Right now, it's not possible to enter new lines in the default ChatInterface without setting widgets=[pn.widgets.TextAreaInput(auto_grow=True)]

However, the downside of using TextAreaInput is that the message doesn't get sent on pressing "enter" which can be tedious.

Metadata

Metadata

Assignees

No one assigned

    Labels

    TRIAGEDefault label for untriaged issues

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions