Skip to content

Commit

Permalink
added next on enter on p24auth field
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Grand committed Oct 13, 2015
1 parent a8480d3 commit ab12678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/forms.erl
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ new(Document,Object) ->
p24auth -> [#span{class=plus,body= <<"&nbsp;&nbsp;">>},
#input{ id=wf:atom([X#field.name,Name]), class=phone, type=password,
onkeypress="return removeAllErrorsFromInput(this);",
onkeyup="nextByEnter(event);",
validation=wf:f("Validation.length(e, ~w, ~w)",[X#field.min,X#field.max]),
placeholder=deposits:translate({p24auth, holder}) },
#span{class=p24auth_link,body=[
Expand Down

0 comments on commit ab12678

Please sign in to comment.