fix(admin-ui): currency input exception (#4888)

* fix: infer cell formatting

* chore: changeset

* Update friendly-months-attack.md

---------

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Frane Polić
2023-08-28 16:58:34 +02:00
committed by GitHub
co-authored by Oli Juhl
parent 88e68af501
commit 50798d1189
2 changed files with 6 additions and 1 deletions
@@ -226,7 +226,6 @@ function CurrencyCell(props: CurrencyCellProps) {
customInput={isEditable ? currencyInput : currencySpan}
allowNegativeValue={false}
value={localValue.value}
decimalSeparator="."
placeholder="-"
/>
{isRangeEnd && props.isRangeEndCol && !isEditable && (