Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

title and placeholder attributes dont work #42

Open
seanmgd opened this issue Oct 1, 2018 · 1 comment
Open

title and placeholder attributes dont work #42

seanmgd opened this issue Oct 1, 2018 · 1 comment

Comments

@seanmgd
Copy link

seanmgd commented Oct 1, 2018

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 yourtion reopened this Dec 12, 2018
@yourtion
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants