1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-05-26 13:58:49 +00:00

Issue #1210 - Keep timepicker disabled for now.

This needs localization work before enabling.
This commit is contained in:
Moonchild
2022-05-16 20:12:09 +00:00
committed by roytam1
parent 40e9f40e89
commit 8dfcd4553f
+1 -1
View File
@@ -1184,7 +1184,7 @@ pref("dom.forms.color", true);
pref("dom.forms.datetime", true);
// Enable time picker UI.
pref("dom.forms.datetime.timepicker", true);
pref("dom.forms.datetime.timepicker", false);
// Support for input type=month, type=week and type=datetime-local.
// TODO: implement/fix these.