Skip to content

Commit

Permalink
degraded type should have been "text" instead of true. Addresses a co…
Browse files Browse the repository at this point in the history
…mment in issue jquery-archive#2123
  • Loading branch information
scottjehl committed Aug 19, 2011
1 parent ab1a52b commit bf59385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.degradeInputs.js
Expand Up @@ -16,7 +16,7 @@ $.mobile.page.prototype.options.degradeInputs = {
month: false,
number: false,
range: "number",
search: true,
search: "text",
tel: false,
time: false,
url: false,
Expand Down

0 comments on commit bf59385

Please sign in to comment.