-
Notifications
You must be signed in to change notification settings - Fork 513
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
🐛 form submission invalid in playground #10788
Comments
Finally I get the point. The browser console warns me "Blocked form submission to '' because the form's frame is sandboxed and the 'allow-forms' permission is not set." Due to the Is there any way to add Slightly ping @yin1999 |
Or due to security concern it's intentionally done in like this way? |
Maybe its better to move this issue to yari 🤔 |
/cc @bsmth Could you transfer this :) |
Sure thing, let's see what eng has to say |
MDN URL
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog#handling_the_return_value_from_the_dialog
What specific section or headline is this issue about?
#handling_the_return_value_from_the_dialog
What information was incorrect, unhelpful, or incomplete?
When the example EmbedLiveSample("Handling the return value from the dialog") be played in playground, the cancel button is invalid.
However, the button is valid when the example is directly played in mdn
What did you expect to see?
The cancel button is valid when playing the example in playground
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: