title and placeholder attributes dont work
seanmgd opened this issue · 1 comments
seanmgd commented
When we are on the newsletter.json, you tried to add title attributes to many string elements but it dont works. i tried to apply some placeholder on theses inputs but it not works too, can you solve this?
yourtion commented
@Naenaesean Is put title
and placeholder
in attrs
like this ?
"name": {
"type": "string",
"minLength": 8,
"maxLength": 80,
"title": "String",
"attrs": {
"placeholder": "Your Full Name",
"title": "Please enter your full name"
}
}