Converted input type to be "search" instead of "text" to take advantage of html5 features (like X for clearing)
This commit is contained in:
parent
a510285473
commit
810e70eeed
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue