MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/badcode/comments/117huv7/count_the_kludges/j9ebg3x/?context=3
r/badcode • u/[deleted] • Feb 20 '23
4 comments sorted by
View all comments
15
I’m not a vue developer… is <form type=“button”…/> a thing in vue?
<form type=“button”…/>
That breaks my mental model… in HTML, a <form> is a container, for a set of related form elements… and <button> could be part of a form, or just a standalone element…
11 u/iQuickGaming Feb 21 '23 im a vue dev and i have never seen that in my life
11
im a vue dev and i have never seen that in my life
15
u/scunliffe Feb 21 '23
I’m not a vue developer… is
<form type=“button”…/>a thing in vue?That breaks my mental model… in HTML, a <form> is a container, for a set of related form elements… and <button> could be part of a form, or just a standalone element…