From e82e64d57b65d9f3c4f2e8831f30b615a069b7f6 Mon Sep 17 00:00:00 2001 From: Konstantin Stepanov Date: Tue, 18 Oct 2011 02:18:27 +0300 Subject: fix(input): recognize 'password' as an html input type --- src/widget/input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/input.js') diff --git a/src/widget/input.js b/src/widget/input.js index ec9701e7..e920733b 100644 --- a/src/widget/input.js +++ b/src/widget/input.js @@ -579,7 +579,7 @@ function numericRegexpInputType(regexp, error) { var HTML5_INPUTS_TYPES = makeMap( "search,tel,url,email,datetime,date,month,week,time,datetime-local,number,range,color," + - "radio,checkbox,text,button,submit,reset,hidden"); + "radio,checkbox,text,button,submit,reset,hidden,password"); /** -- cgit v1.2.3