Skip to content

Commit 8f009c1

Browse files
Removed blank lines.
1 parent b6a9bb5 commit 8f009c1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

MAUI/DataForm/AI-Powered-Smart-Paste-DataForm.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,6 @@ Once the AI returns a response, the application deserialize the JSON string into
433433
}
434434
```
435435

436-
437436
### Step 5: Validate and Submit the form
438437

439438
Enable DataForm validation for all the fields during submission using the Validate method. If validation passes, display a confirmation message. If validation fails, show appropriate error messages.
@@ -460,10 +459,3 @@ private void OnSubmitButtonClicked(object? sender, EventArgs e)
460459
```
461460

462461
You can download the complete sample from this [link](https://github.com/syncfusion/maui-demos/tree/master/MAUI/SmartComponents/SampleBrowser.Maui.SmartComponents/Samples/SmartComponents/SmartPasteDataForm)
463-
464-
465-
466-
467-
468-
469-

0 commit comments

Comments
 (0)