Add hint and feedback labels for the TextField
Restructure of the TextField component so we can insert a Hint and Feedback. Using the FormControlLabel
was too restrictive, so now we compose our TextField with InputLabel
- TextField supports
hint
andfeedback
- Docs page updated to show an example of this in action
- Fixes test that failed with new component structure
Closes #40 (closed)