jquery.validate.bootstrap.popover icon indicating copy to clipboard operation
jquery.validate.bootstrap.popover copied to clipboard

Possible bug with select elements

Open kliakos opened this issue 10 years ago • 4 comments

When a select element is required, a validate-popover node is created for each one of the select's options. Thats because of the following statement: hide_validate_popover: function(element) { var ele, _i, _len, _results; if (element.length > 1) {..

Where element is not the jquery object, but the actual html node.

kliakos avatar Feb 22 '14 12:02 kliakos