Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit 3f3333f

Browse files
committed
Added missing props in number format input
1 parent 08a13a6 commit 3f3333f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/react/Components/FormFields/MoneyFormatInput.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class MoneyFormatInput extends React.Component {
2424
decimalSeparator={preferedDecimalSeparator}
2525
thousandSeparator={preferedThousandSeparator}
2626
prefix={"€ "}
27+
{...this.props}
2728
/>
2829
);
2930
}

0 commit comments

Comments
 (0)