Don't ignore autofocus in HTMLForm
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Mon, 20 Jul 2015 04:26:39 +0000 (06:26 +0200)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Mon, 20 Jul 2015 04:26:39 +0000 (06:26 +0200)
commit70910cd13cdb5d67f1dda2d9ccffbc8e30787352
treece62a1f4c3a67035cab2f588c412070f408a8e47
parentc226b135459c07644e4b9f5d70ae7d3deaa9ee6f
Don't ignore autofocus in HTMLForm

Autofocus needs to be boolean true to work in OOUI (empty string is interpreted
as false), and it's working in div layout, too, so there is no need to transform
it into a string.

Change-Id: I8cb57e0b701c7bc07e75ae60ecd98911ac37d30f
includes/htmlform/HTMLFormField.php