From ea560ce703acb0026592bd3bbc0d01841d7a3aa3 Mon Sep 17 00:00:00 2001 From: Niels Roozemond Date: Tue, 17 Sep 2024 10:36:27 +0200 Subject: [PATCH] Update storybook/src/components/Dialog/Dialog.docs.mdx Co-authored-by: Aram <37216945+alimpens@users.noreply.github.com> --- storybook/src/components/Dialog/Dialog.docs.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/storybook/src/components/Dialog/Dialog.docs.mdx b/storybook/src/components/Dialog/Dialog.docs.mdx index 8cbcd2ba7e..5b2f8b1ca0 100644 --- a/storybook/src/components/Dialog/Dialog.docs.mdx +++ b/storybook/src/components/Dialog/Dialog.docs.mdx @@ -21,6 +21,7 @@ This closes the Dialog when submitting the form. Pass the submit Button to the `footer` prop, and link it to the form by passing its `id` to the Buttons `form` attribute. The Dialog returns the value of the submit Button, so you can check which Button was clicked. +For more information, see [Handling the return value from the dialog (MDN)](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog#handling_the_return_value_from_the_dialog).