-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Documentation on submitting and resetting a form #222
Comments
I believe these methods should be put back, or the project need to do a major version bump since this clearly break the API and will make some code backward incompatible. @tschaub in the meantime you can use |
@tschaub @geekingfrog - Yeh I agree with you both. I think these methods should be put back. |
old issue, but can someone give an example how to use these methods? It seems like maybe the input component no longer exists, but perhaps these methods work for textfields? related |
Imperative method are going to be removed from this repository. Use the property API instead. |
too bad. makes creating forms a pain. why do you drop basic html, html5 features in favor of something more complex? stepping backwards. apis, libs should ease and simplify development. also input types url, phone, email (and others) are built-in in html5, but with material-ui we're back to manually validating them? what the heck.. |
Those helpers have been replaced on the next branch by the |
It looks like
input.getValue
andinput.clearValue
were removed in e7d36f6 but they are still documented as methods for working withInput
components.I'd be happy to help update the documentation if someone can give a good example of submitting and resetting forms that use
Input
elements. I was previously usinggetValue
on submit andclearValue
on reset.The text was updated successfully, but these errors were encountered: