mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Use input type="search"
This commit is contained in:
parent
a7f764546f
commit
8f037b4b46
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<div class="alert" data-bind="visible: keyError() && keyErrorMessage(), text: keyErrorMessage"></div>
|
||||
<div class="control-group">
|
||||
<!-- could be email or fingerprint -->
|
||||
<input type="text" data-bind="textInput: search"/>
|
||||
<input type="search" data-bind="textInput: search"/>
|
||||
<button class="btn" type="button" data-bind="enable: search, click: searchPGP" data-i18n="GLOBAL/SEARCH"></button>
|
||||
</div>
|
||||
<div class="control-group" data-bind="css: {'error': keyError}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue