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?
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
or use text field that matches regex /.*/
deleted by creator
“Match anything or nothing, I don’t care”
As a weeb dev, i agree