Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: missing EmbedLiveSample macro (issue #37366) #37652

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading