Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 7d9f926

Browse files
authored
Add type="time" support to Input (#690)
1 parent f50d4ac commit 7d9f926

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/strong-months-chew.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@crowdstrike/glide-core': patch
3+
---
4+
5+
Input now supports `type="time"`.

src/input.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const SUPPORTED_TYPES = [
3737
'search',
3838
'tel',
3939
'text',
40+
'time',
4041
'url',
4142
] as const;
4243

0 commit comments

Comments
 (0)