From 753ed5cdefb49bc1ee070cc03e9651f5d28f7e2d Mon Sep 17 00:00:00 2001 From: John Rom Date: Mon, 4 Jan 2021 11:48:23 -0500 Subject: [PATCH 1/2] Changeset for #2981 --- .changeset/thirty-socks-whisper.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/thirty-socks-whisper.md diff --git a/.changeset/thirty-socks-whisper.md b/.changeset/thirty-socks-whisper.md new file mode 100644 index 000000000..3dfbf39e1 --- /dev/null +++ b/.changeset/thirty-socks-whisper.md @@ -0,0 +1,5 @@ +--- +'formik': patch +--- + +Allow explicitly setting action to empty string (#2981). Note: previous code which passed an empty string would result in a noop (simply appending # to the url), but this will now result in a form submission to the current page. From e254cd3864f85db6f4ac50ef0c719ad8c74a50db Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Mon, 25 Jan 2021 09:59:42 -0500 Subject: [PATCH 2/2] Update thirty-socks-whisper.md --- .changeset/thirty-socks-whisper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/thirty-socks-whisper.md b/.changeset/thirty-socks-whisper.md index 3dfbf39e1..b7fdcb83c 100644 --- a/.changeset/thirty-socks-whisper.md +++ b/.changeset/thirty-socks-whisper.md @@ -2,4 +2,4 @@ 'formik': patch --- -Allow explicitly setting action to empty string (#2981). Note: previous code which passed an empty string would result in a noop (simply appending # to the url), but this will now result in a form submission to the current page. +Allow explicitly setting `
` to empty string (#2981). Note: previous code which passed an empty string would result in a noop (simply appending # to the url), but this will now result in a form submission to the current page.