Rob Johnston
Rob Johnston
I've updated the gist with the radio button list from the [form validation example](http://wet-boew.github.io/v4.0-ci/demos/formvalid/formvalid-en.html) and help text to match.
Interesting... I don't know (I'm usually a back-end developer). That way solves the outstanding problem you mentioned of the help icons being far from the labels.
I bet you could get help quicker if you set-up a "fiddle" as a starting point. I did one for customizing the error message of form validation a while ago...
Let me take a moment to argue that 555-555-5555 is a valid number. According to the Wikipedia page on the [North American Number Plan](https://en.wikipedia.org/wiki/North_American_Numbering_Plan) (NANP), a phone number is in...
Yes, exactly what I was thinking.
I don't have any great insight, as JavaScript isn't my bailiwick. When I wrote those methods, I was following the pattern.
I bet that it's always doing a string compare. Somehow, the data type has to be determined (int, float) before a compare is done. This will have to be done...
I think this PR still has merit.
Hi @Arkni . It's now my time to apologize to you for the delay! I've been away from front-end development for some time. I didn't quite understand your comment when...
Yeah, I don't think `"false"` is valid: From the [W3 docs for the required attribute](https://www.w3.org/TR/html5/sec-forms.html#the-required-attribute), > The required attribute is a boolean attribute. When specified, the element is required. And...