Jasonette/JASONETTE-iOS

add type (or kind) of textfield

开放

#46 创建于 2016年11月14日

 (1 条评论) (6 个反应) (0 位负责人)JavaScript (384 个派生)batch import
codeenhancementhelp wanted

仓库指标

星标
 (5,290 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

It would be nice to have the ability to control input fields a bit, kind of like secure for password fields, but more general, for these types (sort of like html5 field types).

  • arbitrary strings (default)
  • password (the current secure inside style)
  • email (brings up the email keyboard)
  • integer (brings up the numeric keyboard)

perhaps one day down the road you could have touch id and other kinds.

not a high priority, since there is a decent alternative. just a nice to have.

贡献者指南