memos icon indicating copy to clipboard operation
memos copied to clipboard

Allow memo date change Firefox

Open RoccoSmit opened this issue 1 year ago • 0 comments

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 avatar Aug 04 '24 02:08 RoccoSmit