Converted input type to be "search" instead of "text" to take advantage of html5 features (like X for clearing)

This commit is contained in:
Mike McKay 2012-05-06 19:50:12 -03:00
parent a510285473
commit 810e70eeed

View file

@ -33,7 +33,7 @@
}).append(o.labelText);
input = $("<input/>").attr({
id: id,
type: "text",
type: "search",
size: o.size
});
$("<p/>").addClass("formTableFilter").append(label).append(input).insertBefore(this);