-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Annoyed by issue #1063 I thought until it's fixed I would use a walk around of a text input and interpret the string to get my hh:mm values. Unfortunately this doesn't work as expected either, I get my values to the back end correctly, however the frontend fails to display numbers followed by a non number correctly.
Setup:
Entering my string
press enter...
This is a text string I expect to see 09:55
Back to the drawing board, I'll use two separate number input boxes for now, however it's impossible to display a leading 0 in an input box so it doesn't look good.