feat(focusOut): ability to blur focused element, close keyboard

This commit is contained in:
Adam Bradley
2015-10-08 20:08:15 -05:00
parent fa499e00c8
commit 0ef061c232
3 changed files with 66 additions and 49 deletions

View File

@ -322,8 +322,6 @@ export class TextInput {
// ensure the body hasn't scrolled down
document.body.scrollTop = 0;
this.form.resetInputs();
});
if (this.scrollAssist && this.scrollView) {