FormInputAffix
This component is used for displaying an affix—so either a prefix or a suffix—to a form field.
Usage
Should be used in combination with a FormInput inside a FormInputGroup.
Prefix
<FormInputGroup>
<FormInputAffix>€</FormInputAffix>
<FormInput />
</FormInputGroup>
€
Suffix
<FormInputGroup>
<FormInput />
<FormInputAffix>€</FormInputAffix>
</FormInputGroup>
€