degraded type should have been "text" instead of true. Addresses a comment in issue #2123

This commit is contained in:
scottjehl 2011-08-18 22:01:58 -04:00
parent ab1a52b51d
commit bf593857f6

View file

@ -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,