### Description Numeric `TextField`s don't render properly if you set their value to `undefined` for example, to show an empty field after a submit: Before submit, looks good:  Afterwards when the `value` is correctly set to undefined:  ### Images/Screenshots ### Link to a gist or code sample where the issue can be reproduced <!-- You can save me even more time and help debugging process by using this codepend template: https://codepen.io/mlaursen03/pen/ZLMWwX --> ### Version - React 15.4.2 - React-MD 1.1.x