Skip to content
Snippets Groups Projects
Commit 2f1f2484 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Transfer: always hide the digitKeyboard when not a device - fix #866

parent c64125fb
No related branches found
No related tags found
No related merge requests found
Subproject commit 583a19c5d1733a606e68f72ecbb124ce2d1316cc
Subproject commit 34160271cd5a12ae2ff5765794ca9a84decb1767
......@@ -56,7 +56,7 @@
<input type="text"
tabindex="3"
autocomplete="off"
class="hidden-xs hidden-sm"
class="hidden-device"
name="amount"
placeholder="{{::'TRANSFER.AMOUNT_HELP' | translate}}"
ng-model="formData.amount"
......@@ -67,14 +67,14 @@
<input type="text"
tabindex="-1"
autocomplete="off"
class="visible-xs visible-sm"
class="hidden-no-device"
name="amount"
placeholder="{{::'TRANSFER.AMOUNT_HELP' | translate}}"
ng-model="formData.amount"
required
number-float>
<!-- This div will catch click event, to open digit keyboard -->
<div class="block visible-xs visible-sm"
<div class="block hidden-no-device"
style="position:absolute; opacity:0; z-index:100; top: 0; left: 0; height: 100%; width: 100%;"
tabindex="4"
ng-click="showDigitKeyboard()"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment