fix: visual bug when backspacing on the "amount" field

This commit is contained in:
Herculino Trotta
2025-07-09 20:24:27 -03:00
parent 6b4fbee7a6
commit 0832ec75ca

View File

@@ -37,6 +37,7 @@ class ArbitraryDecimalDisplayNumberInput(forms.TextInput):
"x-data": "",
"x-mask:dynamic": f"$money($input, '{get_format('DECIMAL_SEPARATOR')}', "
f"'{get_format('THOUSAND_SEPARATOR')}', '30')",
"x-on:keyup": "$el.dispatchEvent(new Event('input'))",
}
)