Skip to content

Commit

Permalink
Fix: missing EmbedLiveSample macro (#37366)
Browse files Browse the repository at this point in the history
This commit will add the `EmbedLiveSample` macro to the page and fix issue #37366
  • Loading branch information
sazk07 authored Jan 14, 2025
1 parent c16a0ee commit f7db7e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ email.addEventListener("input", (event) => {
});
```

You can try this example in the page at the {{LiveSampleLink('Extending_built-in_form_validation', 'Live sample demo link')}}.
You can try this example in the page at the {{EmbedLiveSample("extending_built-in_form_validation", "100%", 150)}}.
Try submitting an invalid email address, a valid email address that doesn't end in `@example.com`, and one that does end in `@example.com`.

#### A more detailed example
Expand Down

0 comments on commit f7db7e3

Please sign in to comment.