mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
fix: enable to use non-alpha characters in name
This commit is contained in:
@@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user