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

EditSession page should provide better experience for editing start and end time #103

Open
DamianEdwards opened this issue Jul 12, 2019 · 0 comments

Comments

@DamianEdwards
Copy link
Contributor

This is the current experience for editing the start/end time on the EditSession page:

image

It currently relies on the default input field rendering for DateTimeOffset which isn't great, due to issues with the browsers' own pickers not supporting round-trippable formats.

We might have to split the date/time and time-zone offset info into their own input fields with the date/time portion being one, and a time-zone picker being the other, e.g.:

<input name="StartTime.DateTime" type="datetime-local" />
<select name="StartTime.Offset"> ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant