.NET MAUI PromptInput Overview
Updated on May 16, 2026
The Telerik UI for .NET MAUI PromptInput is a feature-rich input control that bridges human-AI interaction within your .NET MAUI applications. It provides a polished, ready-made interface for sending prompts and managing the full input lifecycle in AI-driven scenarios such as chatbots, in-app assistants, and more. Beyond text input, the control supports voice dictation, file attachments, and in-app camera capture, covering everything users need to engage naturally within a conversational experience.

Key Features of the .NET MAUI PromptInput
- Chat-style input interface—PromptInput delivers a purpose-built UI for prompt and message submission, giving your users a familiar, intuitive interaction model out of the box. For more information, see the Getting Started article.
- Display mode—The control supports
Automatic,Compact, andExpandeddisplay modes so you can render the input either as a single-line compact field or as an expanded multi-line area. - Message and placeholder—The PromptInput provides a bindable
Messageproperty along withPlaceholder,PlaceholderColor, andTextColorproperties for customizing the input area. - Max input lines—The control limits the number of lines the input area displays before it becomes scrollable.
- Speech-to-text—Users can dictate their messages instead of typing. The control transcribes speech to text automatically, broadening accessibility across different user needs and contexts.
- File attachments