vue-json-ui-editor icon indicating copy to clipboard operation
vue-json-ui-editor copied to clipboard

title and placeholder attributes dont work

Open seanmgd opened this issue 6 years ago • 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?

seanmgd avatar Oct 01 '18 15:10 seanmgd

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

yourtion avatar Dec 12 '18 13:12 yourtion