<Input
disabled={this.state.disabled}
value={this.state.minRateAmountInput}
inputStyle={styles.input}
leftIcon={() => <Iconfont size={20} style={
{paddingLeft: 10}} unicode={`\ue611`}
color={Colors.successColor}/>}
renderErrorMessage={false}
containerStyle={styles.inputContainerStyle}
keyboardType='decimal-pad'
onEndEditing={this.handleConcreteMinRateChange}
onChangeText={(value) => {
if (!value.endsWith(".")) {
this.setState({
minRateAmountInput: this.formatNumberT