neo
neo copied to clipboard
Timefield example has validation inconsistent with time picker items
Describe the bug Need to update either the picker data or the picker mask so that picker items are valid
To Reproduce Steps to reproduce the behavior:
- Go to time example
- select value
- See error
DeltaUpdates.mjs:166 The specified value "08:05 AM" does not conform to the required format. The format is "HH:mm", "HH:mm:ss" or "HH:mm:ss.SSS" where HH is 00-23, mm is 00-59, ss is 00-59, and SSS is 000-999.

Hi Kevin, I need more input on this one.

Maybe a local timezone formatting issue? Could be the AM / PM part which is missing for me.
Please review the image posted above. The example picker has am/pm and is probably what is causing the issue.