Click here to view the input field
I am looking to create an input field that always displays a "%" at the end of the input. Here is what my react component looks like currently:
<StyledBaseInput
type="text"
className="form-control"
value={inputAmount}
onChange={handleInputChange}
/>