dokuwiki-plugin-struct icon indicating copy to clipboard operation
dokuwiki-plugin-struct copied to clipboard

Remove leading zeros in Decimal type.

Open gregoryloichot opened this issue 1 year ago • 0 comments

Fix a bug. It was possible to create Decimal like 00123. This Decimal could then be edited to 100123, but could not be edited back to 00123. This pull request remove the leading zeros.

gregoryloichot avatar May 13 '24 14:05 gregoryloichot