this post was submitted on 05 Sep 2023
333 points (100.0% liked)
196
16453 readers
1789 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
As a web dev: if you want to limit the input to a specific set (male, female, other) USE A FUCKING SELECT FIELD! Text input is just objectively wrong here.
And if you want to allow for a broad spectrum of genders without discrimination why is it validated?
Wondering if it’s cuz of the : and 3 characters
As a weeb dev, i agree
or use text field that matches regex /.*/
"Match anything or nothing, I don't care"