fix: enable to use non-alpha characters in name

This commit is contained in:
Shusui MOYATANI
2023-05-02 00:35:14 +09:00
parent 4925f64be7
commit acb862a5a5

View File

@@ -213,7 +213,7 @@ const ProfileEdit: Component<ProfileEditProps> = (props) => {
id="name"
name="name"
value={name()}
pattern="^[a-zA-Z_][a-zA-Z0-9_]+$"
// pattern="^[a-zA-Z_][a-zA-Z0-9_]+$"
maxlength="32"
required
disabled={disabled()}