InputGroup
An Input with things attached inside its border — a search glyph, a shortcut, a unit suffix, an inline button.
- DOM order is visual order — put the end addon after the input, never before.
- Addons live inside the border. Anything that needs its own border is a ButtonGroup instead.
- The password reveal toggle is an InputGroup addon; that is the Reckon convention on every auth screen.