mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
app/io: [android,js] add password keyboard hint
Fixes: https://todo.sr.ht/~eliasnaur/gio/517 Signed-off-by: inkeliz <inkeliz@inkeliz.com>
This commit is contained in:
@@ -153,6 +153,8 @@ const (
|
||||
HintURL
|
||||
// HintTelephone hints that telephone number input is expected. It may activate shortcuts for 0-9, "#" and "*".
|
||||
HintTelephone
|
||||
// HintPassword hints that password input is expected. It may disable autocorrection and enable password autofill.
|
||||
HintPassword
|
||||
)
|
||||
|
||||
// State is the state of a key during an event.
|
||||
|
||||
Reference in New Issue
Block a user