FAQ | This is a LIVE service | Changelog

Skip to content

Add hint and feedback labels for the TextField

Joe Adams requested to merge 40-textfield-hint-feedback into master

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 and feedback
  • Docs page updated to show an example of this in action
  • Fixes test that failed with new component structure

Closes #40 (closed)

Merge request reports