Merge pull request #1 from mikeymckay/master
Switch from type text to search
This commit is contained in:
commit
d3fdc57868
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