mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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",
|
"description": "Change your email address",
|
||||||
"props": {
|
"props": {
|
||||||
"placeholder": "Enter your email address",
|
"placeholder": "Enter your email address",
|
||||||
|
"allowClear": true,
|
||||||
|
"showCount": true,
|
||||||
|
"maxLength": 320,
|
||||||
},
|
},
|
||||||
"defaultValue": async () => {
|
"defaultValue": async () => {
|
||||||
const userData = await User.data()
|
const userData = await User.data()
|
||||||
@ -121,6 +124,9 @@ export default [
|
|||||||
"description": "Change your description for your profile",
|
"description": "Change your description for your profile",
|
||||||
"props": {
|
"props": {
|
||||||
"placeholder": "Enter here a description for your profile",
|
"placeholder": "Enter here a description for your profile",
|
||||||
|
"maxLength": 1000,
|
||||||
|
"showCount": true,
|
||||||
|
"allowClear": true
|
||||||
},
|
},
|
||||||
"defaultValue": async () => {
|
"defaultValue": async () => {
|
||||||
const userData = await User.data()
|
const userData = await User.data()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user