aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/currency-input.js
Commit message (Collapse)AuthorAgeFilesLines
* Gas inputs can be changed by up and down arrows (#3598)Dan J Miller2018-03-211-0/+2
| | | | | | * Up and down arrows can control gas inputs. * input-number.js just uses number type.
* Currency input defaults to empty stringDan2018-03-171-6/+14
|
* Fix send screen value inputAlexander Tseung2018-01-161-3/+11
|
* Fix lint errors.Dan2017-11-151-1/+1
|
* Focus amount input when click anywhere in amount field containerDan2017-11-111-0/+2
|
* LintingThomas Huang2017-11-111-1/+1
|
* Add currency-input component to correct send amount behaviour and move ↵Dan2017-11-081-0/+93
currency display value state to parent component.