Temporary patch for #20 #27
Reference in New Issue
Block a user
Delete Branch "patch-1"
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?
This temporarily reverts the change to the price field in swshop's Store tab from
64ec8c82d3.The problem, as you probably know, is in TextEntry in opus:
cef5b21921/sys/modules/opus/ui/components/TextEntry.lua (L108-L117)The transform function is ran every time a character is typed, which results in decimal values like
0.05being transformed to5, as it's typed like this:Really, a proper transformer for decimal numbers should be implemented, but for now, this gets shops working again.