mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 04:11:50 +03:00
live update comma to dot
This commit is contained in:
parent
344188d240
commit
604cdf6b06
@ -259,7 +259,7 @@ class PowerDownView extends Component {
|
||||
style={[styles.amountInput, !isAmountValid && styles.error]}
|
||||
onChangeText={(value) =>
|
||||
this.setState({
|
||||
hp: value,
|
||||
hp: value.replace(',', '.'),
|
||||
isAmountValid: this._validateHP({ value, availableVestingShares }),
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user