mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-23 07:38:44 +00:00
Merge pull request #1750
2c44d97
transfer: fix amount validation regexp (xiphon)
This commit is contained in:
commit
45781ab4a1
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ Rectangle {
|
||||||
}
|
}
|
||||||
|
|
||||||
validator: RegExpValidator {
|
validator: RegExpValidator {
|
||||||
regExp: /(.|)(\d{1,8})([.]\d{1,12})?$/
|
regExp: /^(\d{1,8})?([\.]\d{1,12})?$/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue