Kendo UI for Angular SmartPasteButton Overview

Updated on Feb 6, 2026

The Kendo UI for Angular SmartPasteButton is an AI-powered component that extracts structured data from clipboard content and automatically fills form fields. When users paste text from emails, documents, or other sources, the SmartPasteButton sends the content to an AI endpoint, which processes the text and returns structured field values.

The SmartPasteButton integrates seamlessly with Angular Reactive Forms and Template-driven Forms, providing an intelligent way to reduce manual data entry and improve form completion efficiency.

ninja-iconThe SmartPasteButton is part of Kendo UI for Angular, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.Start Free Trial

The following example demonstrates the SmartPasteButton in action.

Change Theme
Theme
Loading ...

Key Features

  • Configuration—Configure AI service endpoints, customize field type mappings, provide detailed field descriptions, and define allowed values for dropdown fields.
  • Validation—Apply standard Angular form validators, guide AI output through preventive validation, manually validate extracted data before populating fields, or pre-validate clipboard content before sending requests.
  • Events—Handle AI request lifecycle through component events to display loading indicators, process responses, or handle errors.
  • Appearance—Customize size, border radius, fill mode, and theme color using predefined appearance options.
  • Icons—Display SVG icons, font icons, custom CSS class icons, or image icons within the SmartPasteButton.

Support and Learning Resources

Additional Resources