panel.models.chatarea_input module#
- class panel.models.chatarea_input.ChatAreaInput(*args: Any, id: ID | None = None, **kwargs: Any)[source]#
Bases:
TextAreaInput
- Attributes:
- disabled_enter
If True, disables sending the message by pressing the enter_sends key.
- enter_sends
If True, pressing the Enter key sends the message, if False it is sent by pressing Ctrl+Enter
- disabled_enter#
If True, disables sending the message by pressing the enter_sends key.
- enter_sends#
If True, pressing the Enter key sends the message, if False it is sent by pressing Ctrl+Enter