trim username onBlur #1575 (#1644)

This commit is contained in:
Eugenio Romano
2017-02-21 18:25:17 +00:00
committed by Mario Romano
parent 866c3f91a1
commit 2a257f7b62
3 changed files with 23 additions and 4 deletions

View File

@@ -29,6 +29,7 @@
class="center mdl-textfield mdl-js-textfield mdl-textfield--floating-label ">
<label for="username" class="mdl-textfield__label">{{'LOGIN.LABEL.USERNAME' | translate }}</label>
<input
(blur)="trimUsername($event)"
type="text"
class="mdl-textfield__input"
id="username"