FormInputGroup
This component is used for displaying a form field with a prefix and/or suffix.
Usage
Should be used in combination with a FormInput inside a FormInputAffix.
<FormInputGroup>
<FormInputAffix>€</FormInputAffix>
<FormInput />
<FormInputAffix>$</FormInputAffix>
</FormInputGroup>
€
$