Alexander Farkas
Alexander Farkas
I'm currently developing something, that might be interesting for you, but progress is slow, so don't expect this to be ready soon. I think first version will be there in...
Sorry, I only can do one project at a time ;-). Answer is: IE has bugs and therefore I fully re-implement the constraint validation feature.
please create a testcase with jsfiddle jsbin or something similar.
Not 100% sure what you want but does this help: - http://jsfiddle.net/trixta/ycL0bwns/ or this one: - http://jsfiddle.net/trixta/puaumsja/ I woul prefer the later. In any case the fieldWrapper option can also...
The reason for this is, that turbolinks removes the body element, not only its content and some events are bound to the body. While I can change this in your...
Do you mean something like this: http://jsfiddle.net/trixta/VNuct/?
Yes the demopage uses: ``` js webshims.setOptions('forms-ext', { replaceUI: 'auto' }); ``` which means, that input widgets are not replaced on smartphone, but on desktop/tablets. I don't really understand your...
I'm not sure about this. Because, I'm not sure about the name. What's better webshims vs. webshim? Something I want to do is to use only `webshims.polyfill`or `webshim.polyfill` (without $.)...
Here I made those changes: https://github.com/aFarkas/webshim/commit/979a6ec2040557d8f067f6ab267dde138962708f. Btw. I want to move the new doc as soon as possible into the master-branch. I really like it. I would generate some files...
`webshim` is already there for a long time. I just have additionally added `$.webshim` to the List. I'm indeed open to only use `webshim` in future and will change docs...