Skip to main content

GenieChatInput

Auto-expanding textarea input with a send button for chat messages. Submits on Enter (Shift+Enter for newline).

GenieChatInput

Auto-expanding textarea input with a send button for chat messages. Submits on Enter (Shift+Enter for newline).

Source: packages/appkit-ui/src/react/genie/genie-chat-input.tsx

Props

PropTypeRequiredDefaultDescription
onSend(content: string) => void-Callback fired when the user submits a message
disabledbooleanfalseDisable the input and send button
placeholderstringAsk a question...Placeholder text shown in the textarea
classNamestring-Additional CSS class for the container

Usage

import { GenieChatInput } from '@databricks/appkit-ui';

<GenieChatInput /* props */ />