Kendo UI for jQuery
The Kendo UI for jQuery SmartPasteButton lets users paste unstructured text such as an email signature, message, or copied content, and automatically converts it into structured data for your form or other input field. The component sends the pasted text to an AI service, extracts the relevant fields, and populates the input immediately, removing the need for manual copy-and-paste work.
The Kendo UI for jQuery SmartPasteButton offers flexible styling options that let you tailor its look to match the rest of your app. You can adjust its overall visual style, shapes, colors, and size so it blends seamlessly into any UI design.
See the Kendo UI for jQuery SmartPasteButton appearance demo
The SmartPaste Button includes built‑in error handling. If the AI‑copied data is incomplete, invalid, or fails your form’s requirements, the component automatically surfaces the appropriate validation messages, just as if the user had typed incorrect information manually.
See the Kendo UI for jQuery SmartPasteButton validation demo
The SmartPasteButton provides several events that let you monitor its lifecycle and customize how your app responds as users paste and process text.
The component supports full keyboard navigation, letting users trigger the smart‑paste action, move focus, and interact with the button entirely from the keyboard. This ensures fast, accessible operation for users who prefer or require keyboard‑only workflows.
See the Kendo UI for jQuery SmartPasteButton keyboard navigation demo