-
Notifications
You must be signed in to change notification settings - Fork 212
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
[$80] Fix issues with the birth date field in Basic Info page #1660
Comments
Contest https://www.topcoder.com/challenges/30072312 has been created for this ticket. |
@topcoder-platform/topcodercompetitors this is open for pickup |
Contest https://www.topcoder.com/challenges/30072312 has been updated - it has been assigned to gauravseta. |
@ThomasKranitsas |
Sorry for the delay! I missed the notification for this one.
|
@Gauravseta what's the status on this one? It's been quite some time without any progress. |
@ThomasKranitsas yes working on it. will update immediately. |
Thank you! We need to complete this one ASAP |
@Gauravseta still waiting for this one... |
Please open it for pickup if you can't complete it in the next few hours. Thank you |
@ThomasKranitsas waitign for review |
@topcoder-platform/topcodercompetitors this is open for pickup. We need to fix this ASAP so please do not assign yourself if you're not sure you can fix it. I'll also increase the price a bit. |
Contest https://www.topcoder.com/challenges/30072312 has been updated - the new changes has been updated for this ticket. |
Contest https://www.topcoder.com/challenges/30072312 has been updated - it has been assigned to nahidshahin. |
@ThomasKranitsas the current library doesn't support previous/next year. There is a feature request at library's issue list react-dates/react-dates#1289. So the option is either try to implement it in the current library or change the library. Both option will be a bit time consuming. |
how much time do you need? |
@ThomasKranitsas 3rd option could be make the date field editable so that user can type previous year. It should be faster to implement. |
Does that help react-dates/react-dates#1106 ? |
Thanks @ThomasKranitsas, seems useful. |
@ThomasKranitsas the library is working now. Need to fix CSS and few other issues. |
@ThomasKranitsas raising PR shortly. Still need to fix some CSS issue. |
@ThomasKranitsas raised PR #1769, addressed both 1 & 2 |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30072312 |
/src/shared/components/challenge-listing/Filters/DatePicker.jsx
to be able to show a placeholder instead of today's date and update the basic info form to show a placeholder text instead of today's date.The text was updated successfully, but these errors were encountered: