mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
set string lenght limits
This commit is contained in:
parent
ca8d369ef1
commit
4e2b949def
@ -67,6 +67,9 @@ export default [
|
||||
"description": "Change your email address",
|
||||
"props": {
|
||||
"placeholder": "Enter your email address",
|
||||
"allowClear": true,
|
||||
"showCount": true,
|
||||
"maxLength": 320,
|
||||
},
|
||||
"defaultValue": async () => {
|
||||
const userData = await User.data()
|
||||
@ -121,6 +124,9 @@ export default [
|
||||
"description": "Change your description for your profile",
|
||||
"props": {
|
||||
"placeholder": "Enter here a description for your profile",
|
||||
"maxLength": 1000,
|
||||
"showCount": true,
|
||||
"allowClear": true
|
||||
},
|
||||
"defaultValue": async () => {
|
||||
const userData = await User.data()
|
||||
|
Loading…
x
Reference in New Issue
Block a user