mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
5062d27a18
* Respect forms with enctype set for view transitions
* Add changeset
* Revert "Respect forms with enctype set for view transitions"
This reverts commit 6d3e04a959
.
* Review feedback
* Handle submitter case
* Move comment
* Update .changeset/rude-geckos-rush.md
* Add tests
---------
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
5 lines
180 B
Markdown
5 lines
180 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Updates view transitions `form` handling with logic for the [`enctype`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLFormElement/enctype) attribute
|