Skip to content

Commit d15f34d

Browse files
committed
Fixes #30064 - wrong input type for date
datatime is deprecated!
1 parent b9c13fd commit d15f34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/css/source/lib/_forms.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
input[type="tel"],
272272
input[type="search"],
273273
input[type="number"],
274-
input[type="datetime"],
274+
input[type*="date"],
275275
input[type="email"] {
276276
.lib-form-element-input(@_type: input-text);
277277
}

0 commit comments

Comments
 (0)