Frontmatter
| id | 2118 |
| title | Timefield example has validation inconsistent with time picker items |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | May 22, 2021, 10:31 PM |
| updatedAt | Sep 16, 2024, 4:37 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2118 |
| author | keckeroo |
| commentsCount | 4 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 16, 2024, 4:37 AM |
Timefield example has validation inconsistent with time picker items

tobiu
May 22, 2021, 11:20 PM
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.

keckeroo
May 22, 2021, 11:43 PM
Please review the image posted above. The example picker has am/pm and is probably what is causing the issue.
@github-actions - 2024-09-02T02:30:19Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-09-02T02:30:20Z @github-actions added the
stalelabel
@github-actions - 2024-09-16T02:37:04Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-16T02:37:04Z @github-actions closed this issue
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:
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.