webforms2 icon indicating copy to clipboard operation
webforms2 copied to clipboard

Web Forms 2.0 Cross-Browser Implementation

Results 5 webforms2 issues
Sort by recently updated
recently updated
newest added

I would like to use this plugin with bootstrap 3 or 4, namely using https://github.com/1000hz/bootstrap-validator. Is webforms2 compatible with it and/or are there any options I need to set to...

Please include this library in the bower.io package repository so we can use it with ease.

"requierd" atribute on "select" tags (with select one first element) works on firefox or chrome but not on IE

I suppose that this line https://github.com/westonruter/webforms2/blob/master/webforms2_src.js#L1525 contains an error. I think that valid code is: if(el.checkValidity != undefined && !el.checkValidity()) and not: if(!el.checkValidity() && el.checkValidity() != undefined)

hasBadImplementation:navigator.userAgent.indexOf("WebKit") should be hasBadImplementation:navigator.userAgent.indexOf("WebKit")!=-1 ...courtesy of Hallvord R. M. Steen at Opera - see this article: http://my.opera.com/hallvors/blog/show.dml/476181