masto.ai is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general Mastodon server for all languages.

Administered by:

Server stats:

2.2K
active users

Pet peeve: forms that don't submit when I press enter on a text or number input. 😒

This happens when you create a form but don't use a <form> element because you handle everything in .

Francis Rubio :ad:

Some forms do use the <form> element but the JS listens to the submit button's click event instead of the <form>'s submit event. Don't do that, it's annoying.