Page MenuHomePhabricator

Authenticator Token Field: Use <input type="number">
Closed, DuplicatePublic

Description

Please use <input type="number"> for the authenticator token input field. This will present a numeric keyboard on mobile devices.

Event Timeline

Aklapper renamed this task from Authenticator Token Field: type="number" to Authenticator Token Field: Use <input type="number">.Jan 1 2017, 7:22 PM

This looks like it requires adding a new type to the HTMLForm class, so I'll add that project as well.

Nevermind! There's already int, sorry about that. I'll push out a patch real quick.

Change 332419 had a related patch set uploaded (by SamanthaNguyen):
0.2.3 - Change input type field for token to int

https://gerrit.wikimedia.org/r/332419