Per the Design Style Guide, one of the use cases for the end icon is a required indicator. Instead of requiring library users to include the required icon, we should add a boolean required prop to TextInput that will add the end icon automatically.
Acceptance criteria
- TextInput has a new prop called required that, when true, will add the required indicator as the end icon
- Add this to the docs
