Maxim Vasilyev

Results 16 comments of Maxim Vasilyev

Fixed with 985a3f3214303e2c51d032590ec0b9fb15e51b63

Выглядит, как баг. Вообще удивлен, что библиотека до сих пор востребована :) В 2020-м году есть вариант использовать Vue.js: https://codepen.io/maxatwork/pen/XWJOENe

Tried to reproduce using your JSON data, also have no error. BTW fixed error with exemption.enabled field.

Hello, Great idea. I think we should use: - 'type' attribute (if it's 'number', 'date' etc) - for simplicity - 'data-type' if 'type' attribute is absent (like in selects) or...

I think "type" attribute should be considered also. We should figure data type from markup if we can, but probably, "data-type" attribute should have higher precendence than "type" (for more...

Great idea! I think we should also add a 'custom attribute' parameter and check for all elements with such attribute on deserialization.

Disabled field not sent on form submission, so it's not serialized. However you can use callback function which returns name/value pair for disabled fields (see "Custom Fields" example). Probably it...

Can you provide a form which generates this error?

Check out jquery.toObject.js & jquery.example.html

Man, I'm saying there's jquery plugin already. ``` // no .get(0) var formData = $('any selector').toObject(); ```