Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC][UN-9773] Update mobile number input #184

Merged
merged 2 commits into from
Jul 27, 2017

Conversation

henrmota
Copy link
Contributor

No description provided.

@henrmota henrmota force-pushed the UN-9773/signup-improvements-on-selfservice branch from 0ddc7fc to 0e1f476 Compare July 26, 2017 14:54
@@ -76,12 +78,16 @@ export default Component.extend({
if (isPresent(this.get('tooltipMessage'))) {
this.set('showTooltip', true);
}

this.onFocusIn();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.get('onFocusIn')();

},

focusOut() {
if (isPresent(this.get('tooltipMessage'))) {
this.set('showTooltip', false);
}

this.onFocusOut();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

again 👀

@satcin satcin merged commit 87d7a13 into master Jul 27, 2017
@satcin satcin deleted the UN-9773/signup-improvements-on-selfservice branch July 27, 2017 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants