Allow pattern attribute in input

"pattern" included in the list of allowed attributes in the input tag
pull/5190/head
Bernardo Silva 9 years ago
parent 215935150e
commit c72446a8fc

@ -393,7 +393,7 @@ class html_inputfield extends html
'type','name','value','size','tabindex','autocapitalize','required',
'autocomplete','checked','onchange','onclick','disabled','readonly',
'spellcheck','results','maxlength','src','multiple','accept',
'placeholder','autofocus',
'placeholder','autofocus','pattern'
);
/**

Loading…
Cancel
Save