Page MenuHomePhorge

No OneTemporary

Size
790 B
Referenced Files
None
Subscribers
None
diff --git a/includes/htmlform/fields/HTMLTextField.php b/includes/htmlform/fields/HTMLTextField.php
index 6d187f0650f..0b83f841d55 100644
--- a/includes/htmlform/fields/HTMLTextField.php
+++ b/includes/htmlform/fields/HTMLTextField.php
@@ -114,6 +114,7 @@ class HTMLTextField extends HTMLFormField {
'autofocus',
'readonly',
'autocomplete',
+ 'inputmode',
// Only used in HTML mode:
'pattern',
'list',
@@ -194,6 +195,7 @@ class HTMLTextField extends HTMLFormField {
'autofocus',
'readonly',
'autocomplete',
+ 'inputmode',
// Only used in OOUI mode:
'autosize',
'flags',
@@ -251,6 +253,7 @@ class HTMLTextField extends HTMLFormField {
'autofocus',
'readonly',
'autocomplete',
+ 'inputmode',
'pattern',
'list',
];

File Metadata

Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (14 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227512
Default Alt Text
(790 B)

Event Timeline