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
If you define a defaultValue for a text field, it does not get shown.
Expected: Set defaultValue=5, and have component render 5
Current: Set defaultValue=5, and the component renders empty
example:
<Field name='myInput' type='number' defaultValue='4' component={TextField} floatingLabelText='Please Enter A value' />
The text was updated successfully, but these errors were encountered:
Fix published in v4.1.3.
v4.1.3
Sorry, something went wrong.
Copy pasting the same example @sogoiii has provided, the component renders empty when using v5.0.0-beta-2
v5.0.0-beta-2
Same problem here with version v6.5.0.
Same problem here with version v7.4.2
No branches or pull requests
If you define a defaultValue for a text field, it does not get shown.
Expected:
Set defaultValue=5, and have component render 5
Current:
Set defaultValue=5, and the component renders empty
example:
The text was updated successfully, but these errors were encountered: