Added inputmode attribute to show appropriate mobile keyboard for selected field

This commit is contained in:
Robin Klaus
2020-05-06 12:52:53 +10:00
parent 7dce53a77b
commit f43380fce5
4 changed files with 4 additions and 0 deletions

View File

@@ -28,3 +28,4 @@
tabindex: "3",
type: "submit",
value: "{{'reset_password' | t}}"}

View File

@@ -41,3 +41,4 @@
tabindex: "3",
type: "submit",
value: "{{'label_login' | t}}"}

View File

@@ -46,3 +46,4 @@
tabindex: "3",
type: "submit",
value: "{{'action_signup' | t}}"}

View File

@@ -30,3 +30,4 @@
.small-12.columns.text-right
%button.primary{"ng-disabled" => "details.$invalid", "ng-click" => "login_or_next($event)"}
= t :next