mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-12 21:35:27 +01:00
Minor visual bug when backspacing on the "amount" for adding transactions #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sininen-blue on GitHub (Jul 9, 2025).
Originally assigned to: @eitchtee on GitHub.
Minor visual issue where backspacing on the amount section doesn't update where the comma is, it only updates when a new character is placed
This doesn't seem to affect the actual transaction
@eitchtee commented on GitHub (Jul 9, 2025):
Yes! I agree this is somewhat annoying, however it is a caveat of Alpine's x-mask which we use to properly format the amount field, the comma/dot is only updated on new input or when you click out of the field.
At the time I couldn't find a sane money input plugin that worked as I wanted, so I stuck with the next best thing I could find. I will have another look to see if we can improve this somehow.
@eitchtee commented on GitHub (Jul 10, 2025):
This will be fixed in the next release
Thanks to people at https://github.com/alpinejs/alpine/discussions/2872