feat(web): seconds and milliseconds in timestamps (#20337)

* fix(web): seconds in timestamps

* changed date-input step to provide millisecond precision
This commit is contained in:
kaziu687
2025-10-08 18:30:54 +02:00
committed by GitHub
parent eee793bfe4
commit 9838634067
3 changed files with 4 additions and 2 deletions

View File

@@ -34,4 +34,5 @@
}
onkeydown?.(e);
}}
step=".001"
/>