kinergy
kinergy
Hi, just checking whether SRR was ever added to the driver? If not, we might able to work on it. Any pointers on what would need to be done? Are...
Finally, this is what I did - wrote a custom converter: ``` Converters.select2 = function(direction, value, attributeName, model, els) { var $elem = $(els[0]), result; if (direction === 'ViewToModel') {...
It would be great if you'd be willing to modify the _setElAttribute() function. Select2 is quite popular (over 8800 stars on Github: https://github.com/ivaynberg/select2). Would you accept a pull request?
My original method of checking for class 'select2' is a bad decision, I realized that I am the one applying that class in my templates so I can automatically know...
Realized an additional issue that needs fixing with regards to military time - When parsing military time, for instance 03:00, since there is no way of knowing the difference between...
With some assurance that this PR would be looked at, I suppose I could find the time to look at whatever conflicts have come up over the last 2-3 years......