mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-13 19:01:02 +00:00
degraded type should have been "text" instead of true. Addresses a comment in issue #2123
This commit is contained in:
parent
ab1a52b51d
commit
bf593857f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue