webshim icon indicating copy to clipboard operation
webshim copied to clipboard

Custom radiobuttons not working

Open edge0703 opened this issue 9 years ago • 0 comments

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?

edge0703 avatar Aug 25 '15 13:08 edge0703