Example of Annotations in Blazor Smart Paste Button Component
This sample demonstrates the usage of data-smartpaste-description
in form fields to customize field descriptions. It shows how to provide specific descriptions for form fields, enhancing the Smart Paste feature's ability to automatically populate form data based on these custom descriptions.
To explore this and more Syncfusion Blazor Smart AI integrations locally, check out our GitHub repository.
Bug Report Form
Sample content
This sample uses the data-smartpaste-description
attribute to customize field descriptions. By default, Smart Paste automatically identifies and describes form fields based on labels, names, or nearby text. You can override these descriptions by setting data-smartpaste-description
for specific fields, which helps the backend model provide more accurate form auto-filling.