Alexander Sokolov

Results 3 comments of Alexander Sokolov

Hello. Had the same problem as @matssigge (users copy-paste data from some unknown bad formated source). My **init** function looks like this: ```js new AutoNumeric($('#sum').get(0), { digitGroupSeparator : ' ',...

@AlexandreBonneau , sorry for late reply. Didn't catch sight of your side question. When I use default settings like this: `new AutoNumeric('#sum');` and paste `1,234,567.89`, I get `1,234,567.89` in IE...

Hello. I've found a way to add custom field to ECS formatted log data without @elastic/ecs-morgan-format. The trick is to use Morgan "custom format function" which does not return format...