Merge branch 'currencyCode'

This commit is contained in:
a.bouhuolia
2021-04-06 18:58:25 +02:00
40 changed files with 275 additions and 138 deletions

View File

@@ -39,7 +39,7 @@ const MoneyFieldCellRenderer = ({
className={CLASSES.FILL}>
<MoneyInputGroup
value={value}
prefix={'$'}
// prefix={'$'}
onChange={handleFieldChange}
onBlur={handleFieldBlur}
{...moneyInputGroupProps}