Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
couldn't understand what you meant, but whatever it is, it doesn't seem to be a problem
-
My only issue with HTML forms is the (non-existance of) the stylability of file fields...
-
It sounds you're complaining about forms with submit buttons and all the form action stuff, when you (should) know that you can use normal buttons and not have all the bells and whistles that are only required in certain cases.
-
Blender is a perfect example of great technology with terrible user experience.
It's painful doing anything in it. -
I don't know what you complain about, you just have to override 2 events; submit and keyup/down/press/whichever you want, and the latter is just needed when there's a textarea.
I use them all the time and nobody complains. -
Haha whoops that was supposed to be its own rant, idk why I commented here. Wasnt paying attention. The fact it kind of relates though is funny.
-
I agree that I hate when shit happens without your permission, but I only see forms as functional.
If you want something that just displays, create the same inputs outside the form tag. Fucking done, now those elements don't have any bullshit or unexpected behavior.
If you want the function, you add the form tag. That's how it is.
Related Rants
I hate HTML forms. Fucking hate them.
They're semantic so folk use them to group related inputs.
But they're also functional if you're not just typing something in and pushing enter to send it to a server, you have to override every. fucking. event.
Semantic _or_ functional is fine, but for the love of all that is holy, not both. I hate this.
random
js
reactjs
formik
html