Merge pull request #5190 from dioubernardo/patch-1

Allow pattern attribute in input
pull/5193/head
Aleksander Machniak 9 years ago
commit e03c006d0d

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