fix: send amount placeholder and step

This commit is contained in:
George Lima 2019-01-08 11:35:23 -03:00
parent e50e4dbdbb
commit d9820e44d5
1 changed files with 2 additions and 1 deletions

View File

@ -185,7 +185,8 @@ export class SendView extends PureComponent<Props, State> {
type='number'
onChange={this.handleChange('amount')}
value={String(amount)}
placeholder='kjnasG86431nvtsa…ks345jbhbdsDGvds'
placeholder='0.01'
step={0.01}
/>
<InputLabelComponent value='To' />
<InputComponent