Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F585078
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
790 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (8 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227512
Default Alt Text
(790 B)
Attached To
Mode
rMW mediawiki
Attached
Detach File
Event Timeline
Log In to Comment