diff --git a/.changeset/thirty-socks-whisper.md b/.changeset/thirty-socks-whisper.md new file mode 100644 index 000000000..b7fdcb83c --- /dev/null +++ b/.changeset/thirty-socks-whisper.md @@ -0,0 +1,5 @@ +--- +'formik': patch +--- + +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.