mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-02-19 17:00:34 +01:00
text: Fix password content hint value
0xc in this case was a combination of "autocapitalization" (0x4) and "lowercase" (0x8) instead of "hidden_text" (0x40) and "sensitive_data" (0x80). Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
This commit is contained in:
parent
08015b6ba0
commit
f62e8cfae7
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
|||
</description>
|
||||
<entry name="none" value="0x0" summary="no special behaviour"/>
|
||||
<entry name="default" value="0x7" summary="auto completion, correction and capitalization"/>
|
||||
<entry name="password" value="0xc" summary="hidden and sensitive text"/>
|
||||
<entry name="password" value="0xc0" summary="hidden and sensitive text"/>
|
||||
<entry name="auto_completion" value="0x1" summary="suggest word completions"/>
|
||||
<entry name="auto_correction" value="0x2" summary="suggest word corrections"/>
|
||||
<entry name="auto_capitalization" value="0x4" summary="switch to uppercase letters at the start of a sentence"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue