Skip to content

Commit

Permalink
Merge pull request jellyfin#2358 from Alcatraz077/master
Browse files Browse the repository at this point in the history
Allows Search On Tizen
  • Loading branch information
dkanada committed Jan 30, 2021
2 parents 37bb21e + 5a11a43 commit caca17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/searchfields.template.html
@@ -1,7 +1,7 @@
<div class="searchFieldsInner flex align-items-center justify-content-center">
<span class="searchfields-icon material-icons search"></span>
<div class="inputContainer flex-grow" style="margin-bottom: 0;">
<input is="emby-input" class="searchfields-txtSearch" type="text" data-keyboard="false" placeholder="${Search}" autocomplete="off" maxlength="40" autofocus />
<input is="emby-input" class="searchfields-txtSearch" type="text" data-keyboard="true" placeholder="${Search}" autocomplete="off" maxlength="40" autofocus />
</div>
</div>
<div class="alphaPicker align-items-center hide"></div>

0 comments on commit caca17a

Please sign in to comment.