Maciej Kwas
Results
2
issues of
Maciej Kwas
Each currency should expose a formatting function with fixed parameters: - `Position: Left, Left with space, Right, Right with space` - `Thousand separator: Space, dot, comma, none` - `Decimal separator:...
Enhancement
Hello, I have an array of items that I populate dynamically `this.imgs = ko.observableArray([]);` or manually by the user. Each element have an ability to be deleted/removed from list, simple...