this post was submitted on 27 Apr 2025
469 points (96.4% liked)

Technology

69449 readers
4065 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] shalafi@lemmy.world 1 points 1 day ago (1 children)

Haven't done much web UI, but I'm guessing that are too many way to skin the "form" cat to account for.

In any case, first time I've read any reasoning on removing it. Chrome killed it long ago and I was using an extension to re-enable it. Probably could have done as I just did in Firefox, fiddle with the config.

[โ€“] amju_wolf@pawb.social 1 points 1 day ago

Form and input elements are a very standard thing, and while you can certainly do crazy stuff with it, even a simple check if you typed into an input/textarea, or changed a select without submitting the form element, should be sufficient.

I guess the problem might be detecting the submission (because oftentimes there's custom logic for that) but maybe better just display the warning than lose data. Worst case you'll just ignore it, best case the devs fix it so that it doesn't show up when it shouldn't.