Is it possible to get the text from a textfield from material UI without using onChange? It just seems very weird that I would have to onChange keep track of the value then use that value when trying to do anything else.
Here is what I found and tried to use to answer my question