Add 'autocomplete' option to HTMLTextField
authorGergő Tisza <gtisza@wikimedia.org>
Thu, 17 Nov 2016 18:39:23 +0000 (18:39 +0000)
committerGergő Tisza <gtisza@wikimedia.org>
Thu, 17 Nov 2016 19:50:38 +0000 (19:50 +0000)
commit8f17b09a9fd04ed673a1e0c184d0ecf1926270a6
tree13d19518dfea203246d1b1f9585cd4bf6de7eac9
parent2800d896abaeb5703ce075e61cb30747dd5b2379
Add 'autocomplete' option to HTMLTextField

Adds support for the 'autocomplete' HTML attribute to HTMLTextField
(mainly for turning it off, but other values are supported as well).
Renames 'autocomplete' to 'autocomplete-data' (with temporary B/C)
in HTMLAutoCompleteSelectField to make space.

Change-Id: Ic0539d5a61d9862e670d10686adc1e41f65d908e
includes/htmlform/fields/HTMLAutoCompleteSelectField.php
includes/htmlform/fields/HTMLTextField.php
tests/phpunit/includes/htmlform/HTMLAutoCompleteSelectFieldTest.php