Skip to content

Commit bf59385

Browse files
author
scottjehl
committed
degraded type should have been "text" instead of true. Addresses a comment in issue jquery-archive#2123
1 parent ab1a52b commit bf59385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.degradeInputs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $.mobile.page.prototype.options.degradeInputs = {
1616
month: false,
1717
number: false,
1818
range: "number",
19-
search: true,
19+
search: "text",
2020
tel: false,
2121
time: false,
2222
url: false,

0 commit comments

Comments
 (0)