diff --git a/core/Field/Text_Field.php b/core/Field/Text_Field.php index 89e0103c..3decc211 100644 --- a/core/Field/Text_Field.php +++ b/core/Field/Text_Field.php @@ -12,5 +12,5 @@ class Text_Field extends Field { /** * {@inheritDoc} */ - protected $allowed_attributes = array( 'list', 'max', 'maxLength', 'min', 'pattern', 'placeholder', 'readOnly', 'step', 'type', 'is' ); + protected $allowed_attributes = array( 'list', 'max', 'maxLength', 'min', 'pattern', 'placeholder', 'readOnly', 'step', 'type', 'is', 'inputmode' ); }