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

can't specify placeholder with jsonschema #586

Closed
macrozone opened this issue Aug 27, 2019 · 3 comments
Closed

can't specify placeholder with jsonschema #586

macrozone opened this issue Aug 27, 2019 · 3 comments
Assignees
Labels
Type: Bug Bug reports and their fixes

Comments

@macrozone
Copy link
Contributor

having this json schema:

 const schema = {
        title: 'Address',
        type: 'object',
        properties: {
            city:   {type: 'string', title: "City" uniforms: {placeholder: "Some other string"}},
        },
    }

the placeholder is not shown, it will always use title as placeholder. Also uniforms.label has no effect

@radekmie radekmie self-assigned this Aug 28, 2019
@radekmie radekmie added the Type: Bug Bug reports and their fixes label Aug 28, 2019
@radekmie
Copy link
Contributor

Hi @macrozone. Yep, it's the same case as #580 - labels logic is wired up incorrectly. We'll get to it soon.

@radekmie
Copy link
Contributor

OK, it required a slightly bigger change. It's all described in the CHANGELOG.md.

@macrozone
Copy link
Contributor Author

awesome :-*

@radekmie radekmie moved this to Closed in Open Source Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Bug reports and their fixes
Projects
Archived in project
Development

No branches or pull requests

2 participants