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

Add a date format hint #841

Closed
supertom01 opened this issue Mar 18, 2024 · 2 comments · Fixed by #854
Closed

Add a date format hint #841

supertom01 opened this issue Mar 18, 2024 · 2 comments · Fixed by #854
Assignees

Comments

@supertom01
Copy link
Member

For all the date fields on the website, if someone enters a date by hand, they have to essentially guess the format. It would be nice to add the expected formatting (YYYY-MM-DD).

@supertom01 supertom01 added this to Backlog in Inter-Actief/amelie via automation Mar 18, 2024
@Berehum Berehum self-assigned this Apr 29, 2024
@Berehum Berehum moved this from Backlog to In Progress in Inter-Actief/amelie Apr 29, 2024
@Berehum
Copy link
Contributor

Berehum commented Apr 29, 2024

We still use input type text! Since input type date is now widely supported we might want to move to that. That would also fix this issue.

@Berehum
Copy link
Contributor

Berehum commented Apr 29, 2024

DateTimeSelector already has a bootstrap picker, so for now we will continue using that. For DateSelector, we will start using the HTML type.

@Berehum Berehum linked a pull request Apr 29, 2024 that will close this issue
@Berehum Berehum moved this from In Progress to Awaiting acceptance in Inter-Actief/amelie Apr 29, 2024
Inter-Actief/amelie automation moved this from Awaiting acceptance to Done May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants