-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor profile edit form #632
Conversation
There's no real reason why we need to know the Gender, so let's remove the field entirely. This needs a change in the API as well, so send "Other" by default until we fix that. |
@skamoen I think its better to do that in another PR and immediately change it in the API as well |
/* | ||
Workaround for a bug that causes paper-input | ||
with type="date" not being editable when empty | ||
(PolymerElements/paper-input/issues/352). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is no longer needed when updating paper-input
to 2.2.0
according to this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We updated to 2.2.0
before the issue this fix is for appeared (#585)
Agreed on the gender removal in a separate PR. Travis is unhappy with a very lengthy error log. Can you look into this? |
Looks good, in my commit I fixed:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #582