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

Allow memo date change Firefox #3783

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

RoccoSmit
Copy link
Contributor

in v 0.22.4 the ability to update memo dates was reinstated. This feature works in Edge and Chrome but not Firefox

This is due to Firefox needing a specific date string format provided as the input value otherwise the time section of the datetime is not populated.

This becomes an issue as Firefox only fires the change event needed to update the date state if the complete date and time is set on the input

This pr is to provide the required date string format of yyyy-mm-ddThh:mm:ss

Tested in Firefox and Chromium and works as expected.

@RoccoSmit RoccoSmit requested a review from boojack as a code owner August 4, 2024 02:44
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

Successfully merging this pull request may close these issues.

1 participant