webshim
webshim copied to clipboard
Custom radiobuttons not working
I'm using custom radio buttons on my site (liek here for example http://codepen.io/mitchmc/pen/pebIx) and the form polyfiller seems to have a problem with them, as the inline error message (replaceValidationUI: true) doesn't show up. I think the problem is that the native radio buttons are hidden with position: absolute and left: -9999px, but the error messages are attached to these native form elements. Any workaround that fixes the error messages and makes them visible?