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

Field "Repeat Until"manually captured generates error #438

Open
UliMand opened this issue Jan 20, 2022 · 6 comments
Open

Field "Repeat Until"manually captured generates error #438

UliMand opened this issue Jan 20, 2022 · 6 comments

Comments

@UliMand
Copy link

UliMand commented Jan 20, 2022

For a recurring appointment, the date in the 'Repeat Until' field must not be entered manually. If I do this, an error message appears after saving. Is that the way it's supposed to be?

Here I have entered the date manually:

grafik

I get this message after saving:

grafik

The new event in the event list:

grafik

Only Changes only when date is selected via calendar icon:

grafik

@joedolson
Copy link
Owner

How odd. Not intentional, certainly; not sure why that would be. I'll have to explore it.

@UliMand
Copy link
Author

UliMand commented Jan 20, 2022

I can reproduce it over and over again.

@joedolson
Copy link
Owner

I can reproduce this if I type the date 1-11-2032, but not a problem 1/11/2032. Presumably that means that this is a format that the date selector isn't recognizing for input. Still exploring.

@joedolson
Copy link
Owner

In fact, the date selector doesn't react at all when that format is typed in. This might be an upstream issue; I'll have to explore.

@paaljoachim
Copy link
Collaborator

paaljoachim commented Jan 21, 2022

I believe that manually entering the date and clicking outside is just not picked up by the date selector. Clicking the date selector and selecting a date then a process happens to where the date selector knows a date has been selected. This seems like an upstream issue as you mention Joe.

As the date selector needs to have a mechanism (kind of like clicking an apply button etc) after entering a date manually to re-read the date seen in the Repeat Until field.

@paaljoachim
Copy link
Collaborator

I added an issue duetds/date-picker#103 to the date picker Github repo. Hopefully this is something they can look at soon and get fixed.

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

3 participants