We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Hi @macrozone. Yep, it's the same case as #580 - labels logic is wired up incorrectly. We'll get to it soon.
Sorry, something went wrong.
OK, it required a slightly bigger change. It's all described in the CHANGELOG.md.
CHANGELOG.md
awesome :-*
radekmie
No branches or pull requests
having this json schema:
the placeholder is not shown, it will always use title as placeholder. Also uniforms.label has no effect
The text was updated successfully, but these errors were encountered: