We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc3ba3 commit 20f8b0dCopy full SHA for 20f8b0d
app/src/components/TransactionModal/styles.ts
@@ -40,6 +40,7 @@ export const Input = styled.input`
40
export const InputValue = styled(Input).attrs({
41
placeholder: '0,00',
42
name: 'value',
43
+ inputmode: 'numeric'
44
})`
45
margin: 5px 0 5px 5px;
46
`;
0 commit comments