Alexey Makhrov

Results 65 comments of Alexey Makhrov

In this case you can use converters, like that: ```` binder.bind(model, el, { scheduler: [ { selector: '.date', converter: (dir, value) => { if (dir === ModelBinder.Constants.ModelToView) return value.date; else...

@platinumazure I haven't tried it since then, however I don't see any related changes in ModelBinder that would solve that.

@jmorrell any chance to get this fixed? PR from @samwgoldman seems to be a good solution.

In the action output, it indicates that the files are actually gzipped before upload: > The raw size of all the files that were specified for upload is **27 460...

In 2021 it's not that easy to execute custom code in a framework like React or Angular - even if the `{{ }}` are not escaped. On the other hand,...