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

TextField tag won’t accept/register new values. #86

Open
Lunfer opened this issue Feb 4, 2022 · 0 comments
Open

TextField tag won’t accept/register new values. #86

Lunfer opened this issue Feb 4, 2022 · 0 comments

Comments

@Lunfer
Copy link

Lunfer commented Feb 4, 2022

Describe the bug
While using the TextField component as part of a user profile form, I noticed that new values are not registered and thus returning undefined while console logging them. When I tried with the textField component from material-ui the values were being registered and accepted just fine.
Screenshot 2022-02-04 at 2 59 32 PM

To Reproduce
Here's a snippet of the code used to add the TextField component onto a new component called UserProfileComponent:
https://gist.github.com/Lunfer/dd6c97bb454525945c1b6883eb6d1de7

Expected behavior
What should be happening is the values being accepted like in the screenshot below. In the screenshot the TextField tag used is from material-ui.
Screenshot 2022-02-04 at 2 44 07 PM

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

1 participant