diff --git a/app/views/core/CreateAccountModal/SegmentCheckView.coffee b/app/views/core/CreateAccountModal/SegmentCheckView.coffee index 753dcff67..72cad159d 100644 --- a/app/views/core/CreateAccountModal/SegmentCheckView.coffee +++ b/app/views/core/CreateAccountModal/SegmentCheckView.coffee @@ -11,7 +11,7 @@ module.exports = class SegmentCheckView extends CocoView events: 'click .back-to-account-type': -> @trigger 'nav-back' 'input .class-code-input': 'onInputClassCode' - 'input .birthday-form-group': 'onInputBirthday' + 'change .birthday-form-group': 'onInputBirthday' 'submit form.segment-check': 'onSubmitSegmentCheck' 'click .individual-path-button': -> @trigger 'choose-path', 'individual'