HarperFast / HarperFast/studio
Log Page Date Input Filters don't display `HH:MM:SS` in UI
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 4
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 40
Description
Bug reported by @Mihai Serdean
* Selecting a date should auto complete the current time. at the moment the user has to complete 4 fields for the start time and end time. Happens on Firefox (Chrome works ok)
My response:
Firefox doesn't support `HH:MM:SS` in the default calendar UI. It defaults to a text input for that section of the input according to MDN.
### HarperDB Instance Version
Unrelated to an instance
## Expected Behavior
Should show `HH:MM:SS` selection on date pick UI in Firefox. Possible solution is importing a date-picker UI library to solve this since FireFox’s behavior is fundamentally different from Chrome on `datetime-local` inputs
## Actual Behavior
`HH:MM:SS` selection on date pick UI doesn’t display on FireFox. Defaults to the user inputing those fields manually after selecting Day, Month, Year
## Steps to Reproduce
Navigate to `/Logs` page and select the Start and/or End Date input(s) while in FireFox.
Contributor guide
Assessment
This issue has not been assessed yet.