neo icon indicating copy to clipboard operation
neo copied to clipboard

Timefield example has validation inconsistent with time picker items

Open keckeroo opened this issue 4 years ago • 2 comments

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:

  1. Go to time example
  2. select value
  3. 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.

Screen Shot 2021-05-22 at 3 31 02 PM

keckeroo avatar May 22 '21 20:05 keckeroo

Hi Kevin, I need more input on this one.

Screenshot 2021-05-22 at 23 19 32

Maybe a local timezone formatting issue? Could be the AM / PM part which is missing for me.

tobiu avatar May 22 '21 21:05 tobiu

Please review the image posted above. The example picker has am/pm and is probably what is causing the issue.

keckeroo avatar May 22 '21 21:05 keckeroo