StephJan
Results
2
issues of
StephJan
This (otherwise awesome) plugin could benefit from reusing locales as defined in Moment.js by slightly altering DatepickerNls : this.getWeekdays = function(locale) { if (moment) { moment.locale(locale); return moment.weekdays(); } };...
enhancement
When an object is serialized as a unique primitive value (say a numeric primary key) using a dedicated Serializer, Yasson fails to natively deserialize it ("Error deserialize JSON value into...
bug