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
What you were expecting: Custom label text (via the label prop) should appear on an input inside TranslatableInputs
label
What happened instead: The default label text (derived from the name of the field) appeared instead, with seemingly no way to override it.
Steps to reproduce: Open the edit view of any tag (or navigate to /#/tags/1). Look at the label on the name field.
/#/tags/1
Related code: https://codesandbox.io/s/eloquent-fermi-jjxte?file=/src/tags/TagEdit.tsx
Other information: This line overwrites child.props.label
child.props.label
Environment
The text was updated successfully, but these errors were encountered:
Good catch! Thanks for reporting it. Can you make a PR to fix it too?
Sorry, something went wrong.
I can try making a PR.
Successfully merging a pull request may close this issue.
What you were expecting:
Custom label text (via the
label
prop) should appear on an input inside TranslatableInputsWhat happened instead:
The default label text (derived from the name of the field) appeared instead, with seemingly no way to override it.
Steps to reproduce:
Open the edit view of any tag (or navigate to
/#/tags/1
).Look at the label on the name field.
Related code:
https://codesandbox.io/s/eloquent-fermi-jjxte?file=/src/tags/TagEdit.tsx
Other information:
This line overwrites
child.props.label
Environment
The text was updated successfully, but these errors were encountered: