yourtion/vue-json-ui-editor

title and placeholder attributes dont work

seanmgd opened this issue · 1 comments

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?

@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"
  }
}