Skip to content

Commit

Permalink
Changeset for #2981, Allow explicitly setting action to empty string. (
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrom authored Feb 25, 2021
1 parent 1a4aa0a commit c2d6926
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/thirty-socks-whisper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'formik': patch
---

Allow explicitly setting `<form 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.

0 comments on commit c2d6926

Please sign in to comment.