You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astro v3.2.3
Node v18.17.1
System Linux (x64)
Package Manager npm
Output server
Adapter @astrojs/node
Integrations unocss
@astrojs/sitemap
astro-compress
@vite-pwa/astro-integration
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
The Form element contents will render outside of the form and form element is empty on the browser. the only way to solve it is to remove the map. I don't know if it's me that I'm making a mistake or a bug in the compiler.
run the code and you will see in the inspect of the browser that Form element is empty and whatever that must be inside it is next to it
please check the Form with ID "addApiForm" in the code and browser
What's the expected result?
the elements that I put inside the form must stay inside the form not be relocated to any other place
daraHK88
changed the title
Form element contents will be rendered outside of the element
Form element contents will be rendered outside of the Form
Oct 6, 2023
Seems like a duplicate of withastro/compiler#870. The table bug is affecting the enclosing of the form. Also looks like the {title} triggers the issue. I'll close this in favour of that.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
The Form element contents will render outside of the form and form element is empty on the browser. the only way to solve it is to remove the map. I don't know if it's me that I'm making a mistake or a bug in the compiler.
run the code and you will see in the inspect of the browser that Form element is empty and whatever that must be inside it is next to it
please check the Form with ID "addApiForm" in the code and browser
What's the expected result?
the elements that I put inside the form must stay inside the form not be relocated to any other place
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ngr3mk-j76ht7?file=src%2Fpages%2Findex.astro
Participation
The text was updated successfully, but these errors were encountered: